Html Css Color HEX #603312 Baker's Chocolate

📋 copy color: '#603312'

red 96 ◦ green 51 ◦ blue 18

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

Shades of Baker's Chocolate #603312

Tints of Baker's Chocolate #603312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.91%

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 58.18%
G = 30.91%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603312 (or 0x603312) is known color: Baker's Chocolate. HEX triplet: 60, 33 and 12. RGB value is (96,51,18). Sum of RGB (Red+Green+Blue) = 96+51+18=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #603312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603312 is #9FCCED. Grayscale: #3C3C3C. Windows color (decimal): -10472686 or 1192800. OLE color: 1192800.

HSL color Cylindrical-coordinate representation of color #603312: hue angle of 25.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #603312 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 51 18 -
CMYK 0 0.47 0.81 0.62
HSL 25.38º 0.68% 0.22% -
HSV(B) 25.38º 0.81% 0.38% -
XYZ 6.12 4.9 1.2 -
YUV 60.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 96 51 18 0 0.47 0.81 0.62 25.38 0.68 0.22
Hex 60 33 12 0 2F 51 3E 19 44 16
Octal 140 63 22 0 57 121 76 31 104 26
Binary 1100000 110011 10010 0 101111 1010001 111110 11001 1000100 10110

Color Harmonies of #603312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603312

Black with #603312

Text Example


Text Example

White with #603312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603312; }

 p { color: rgb(96,51,18); }

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

background-color css

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

 a { background-color: rgb(96,51,18); }

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

border-color css

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

 span { border-color: rgb(96,51,18); }

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