Html Css Color HEX #603C06 Baker's Chocolate

📋 copy color: '#603C06'

red 96 ◦ green 60 ◦ blue 6

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

Shades of Baker's Chocolate #603C06

Tints of Baker's Chocolate #603C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.7%

R = 59.26%
G = 37.04%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#603C06 (or 0x603C06) is known color: Baker's Chocolate. HEX triplet: 60, 3C and 06. RGB value is (96,60,6). Sum of RGB (Red+Green+Blue) = 96+60+6=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 6 (2.73% from 255 or 3.70% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #603C06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603C06 is #9FC3F9. Grayscale: #404040. Windows color (decimal): -10470394 or 408672. OLE color: 408672.

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

Color convert

RGB 96 60 6 -
CMYK 0 0.38 0.94 0.62
HSL 36º 0.88% 0.2% -
HSV(B) 36º 0.94% 0.38% -
XYZ 6.47 5.73 0.94 -
YUV 64.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 96 60 6 0 0.38 0.94 0.62 36 0.88 0.2
Hex 60 3C 6 0 26 5E 3E 24 58 14
Octal 140 74 6 0 46 136 76 44 130 24
Binary 1100000 111100 110 0 100110 1011110 111110 100100 1011000 10100

Color Harmonies of #603C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603C06

Black with #603C06

Text Example


Text Example

White with #603C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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