Html Css Color HEX #602300 Baker's Chocolate

📋 copy color: '#602300'

red 96 ◦ green 35 ◦ blue 0

#602300
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #602300

Tints of Baker's Chocolate #602300

RGB

 RED value IS 96 (37.89% from 255) = 73.28%

 GREEN value IS 35 (14.06% from 255) = 26.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.28%
G = 26.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#602300 (or 0x602300) is known color: Baker's Chocolate. HEX triplet: 60, 23 and 00. RGB value is (96,35,0). Sum of RGB (Red+Green+Blue) = 96+35+0=131 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.28% from 131); Green value is 35 (14.06% from 255 or 26.72% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 96 - color contains mainly: red. Hex color #602300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602300 is #9FDCFF. Grayscale: #313131. Windows color (decimal): -10476800 or 9056. OLE color: 9056.

HSL color Cylindrical-coordinate representation of color #602300: hue angle of 21.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #602300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 35 0 -
CMYK 0 0.64 1 0.62
HSL 21.88º 1% 0.19% -
HSV(B) 21.88º 1% 0.38% -
XYZ 5.42 3.69 0.43 -
YUV 49.25 100.21 161.35 -
System Red Green Blue C M Y K H S L
Decimal 96 35 0 0 0.64 1 0.62 21.88 1 0.19
Hex 60 23 0 0 40 64 3E 16 64 13
Octal 140 43 0 0 100 144 76 26 144 23
Binary 1100000 100011 0 0 1000000 1100100 111110 10110 1100100 10011

Color Harmonies of #602300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602300

Black with #602300

Text Example


Text Example

White with #602300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602300; }

 p { color: rgb(96,35,0); }

 H1.HeaderClassName
 {
   color: #602300;
 }
 .AnyTagClassName
 {
   color: #602300;
 }
</style>

background-color css

<style>
 a { background-color: #602300; }

 a { background-color: rgb(96,35,0); }

 div.DivClassName
 {
   background-color: #602300;
 }
 .BgClassName
 {
   background-color: #602300;
 }
</style>

border-color css

<style>
 span { border-color: #602300; }

 span { border-color: rgb(96,35,0); }

 td.TdClassName
 {
   border-color: #602300;
 }
 .TagClassName
 {
   border-color: #602300;
 }
</style>