Html Css Color HEX #602308 Baker's Chocolate

📋 copy color: '#602308'

red 96 ◦ green 35 ◦ blue 8

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

Shades of Baker's Chocolate #602308

Tints of Baker's Chocolate #602308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.76%

R = 69.06%
G = 25.18%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#602308 (or 0x602308) is known color: Baker's Chocolate. HEX triplet: 60, 23 and 08. RGB value is (96,35,8). Sum of RGB (Red+Green+Blue) = 96+35+8=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #602308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602308 is #9FDCF7. Grayscale: #323232. Windows color (decimal): -10476792 or 533344. OLE color: 533344.

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

Color convert

RGB 96 35 8 -
CMYK 0 0.64 0.92 0.62
HSL 18.41º 0.85% 0.2% -
HSV(B) 18.41º 0.92% 0.38% -
XYZ 5.47 3.71 0.66 -
YUV 50.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 96 35 8 0 0.64 0.92 0.62 18.41 0.85 0.2
Hex 60 23 8 0 40 5C 3E 12 55 14
Octal 140 43 10 0 100 134 76 22 125 24
Binary 1100000 100011 1000 0 1000000 1011100 111110 10010 1010101 10100

Color Harmonies of #602308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602308

Black with #602308

Text Example


Text Example

White with #602308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602308; }

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

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

background-color css

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

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

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

border-color css

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

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

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