Html Css Color HEX #603812 Baker's Chocolate

📋 copy color: '#603812'

red 96 ◦ green 56 ◦ blue 18

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

Shades of Baker's Chocolate #603812

Tints of Baker's Chocolate #603812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.94%

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

R = 56.47%
G = 32.94%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603812 (or 0x603812) is known color: Baker's Chocolate. HEX triplet: 60, 38 and 12. RGB value is (96,56,18). Sum of RGB (Red+Green+Blue) = 96+56+18=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 18 (7.42% from 255 or 10.59% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #603812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603812 is #9FC7ED. Grayscale: #3F3F3F. Windows color (decimal): -10471406 or 1194080. OLE color: 1194080.

HSL color Cylindrical-coordinate representation of color #603812: hue angle of 29.23º 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 #603812 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 56 18 -
CMYK 0 0.42 0.81 0.62
HSL 29.23º 0.68% 0.22% -
HSV(B) 29.23º 0.81% 0.38% -
XYZ 6.35 5.36 1.27 -
YUV 63.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 96 56 18 0 0.42 0.81 0.62 29.23 0.68 0.22
Hex 60 38 12 0 2A 51 3E 1D 44 16
Octal 140 70 22 0 52 121 76 35 104 26
Binary 1100000 111000 10010 0 101010 1010001 111110 11101 1000100 10110

Color Harmonies of #603812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603812

Black with #603812

Text Example


Text Example

White with #603812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603812; }

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

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

background-color css

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

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

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

border-color css

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

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

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