Html Css Color HEX #603B08 Baker's Chocolate

📋 copy color: '#603B08'

red 96 ◦ green 59 ◦ blue 8

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

Shades of Baker's Chocolate #603B08

Tints of Baker's Chocolate #603B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.2%

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

R = 58.9%
G = 36.2%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#603B08 (or 0x603B08) is known color: Baker's Chocolate. HEX triplet: 60, 3B and 08. RGB value is (96,59,8). Sum of RGB (Red+Green+Blue) = 96+59+8=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #603B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603B08 is #9FC4F7. Grayscale: #404040. Windows color (decimal): -10470648 or 539488. OLE color: 539488.

HSL color Cylindrical-coordinate representation of color #603B08: hue angle of 34.77º 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 #603B08 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 59 8 -
CMYK 0 0.39 0.92 0.62
HSL 34.77º 0.85% 0.2% -
HSV(B) 34.77º 0.92% 0.38% -
XYZ 6.43 5.63 0.98 -
YUV 64.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 96 59 8 0 0.39 0.92 0.62 34.77 0.85 0.2
Hex 60 3B 8 0 27 5C 3E 23 55 14
Octal 140 73 10 0 47 134 76 43 125 24
Binary 1100000 111011 1000 0 100111 1011100 111110 100011 1010101 10100

Color Harmonies of #603B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603B08

Black with #603B08

Text Example


Text Example

White with #603B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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