Html Css Color HEX #603C08 Baker's Chocolate

📋 copy color: '#603C08'

red 96 ◦ green 60 ◦ blue 8

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

Shades of Baker's Chocolate #603C08

Tints of Baker's Chocolate #603C08

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

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

R = 58.54%
G = 36.59%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#603C08 (or 0x603C08) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 08. RGB value is (96,60,8). Sum of RGB (Red+Green+Blue) = 96+60+8=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C08 is #9FC3F7. Grayscale: #414141. Windows color (decimal): -10470392 or 539744. OLE color: 539744.

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

Color convert

RGB 96 60 8 -
CMYK 0 0.38 0.92 0.62
HSL 35.45º 0.85% 0.2% -
HSV(B) 35.45º 0.92% 0.38% -
XYZ 6.48 5.74 1 -
YUV 64.84 95.93 150.23 -
System Red Green Blue C M Y K H S L
Decimal 96 60 8 0 0.38 0.92 0.62 35.45 0.85 0.2
Hex 60 3C 8 0 26 5C 3E 23 55 14
Octal 140 74 10 0 46 134 76 43 125 24
Binary 1100000 111100 1000 0 100110 1011100 111110 100011 1010101 10100

Color Harmonies of #603C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C08

Black with #603C08

Text Example


Text Example

White with #603C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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