Html Css Color HEX #603D0C Baker's Chocolate

📋 copy color: '#603D0C'

red 96 ◦ green 61 ◦ blue 12

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

Shades of Baker's Chocolate #603D0C

Tints of Baker's Chocolate #603D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.09%

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 56.8%
G = 36.09%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#603D0C (or 0x603D0C) is known color: Baker's Chocolate. HEX triplet: 60, 3D and 0C. RGB value is (96,61,12). Sum of RGB (Red+Green+Blue) = 96+61+12=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #603D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D0C is #9FC2F3. Grayscale: #424242. Windows color (decimal): -10470132 or 802144. OLE color: 802144.

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

Color convert

RGB 96 61 12 -
CMYK 0 0.36 0.88 0.62
HSL 35º 0.78% 0.21% -
HSV(B) 35º 0.88% 0.38% -
XYZ 6.56 5.85 1.13 -
YUV 65.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 96 61 12 0 0.36 0.88 0.62 35 0.78 0.21
Hex 60 3D C 0 24 58 3E 23 4E 15
Octal 140 75 14 0 44 130 76 43 116 25
Binary 1100000 111101 1100 0 100100 1011000 111110 100011 1001110 10101

Color Harmonies of #603D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603D0C

Black with #603D0C

Text Example


Text Example

White with #603D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,61,12); }

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

background-color css

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

 a { background-color: rgb(96,61,12); }

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

border-color css

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

 span { border-color: rgb(96,61,12); }

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