Html Css Color HEX #603412 Baker's Chocolate

📋 copy color: '#603412'

red 96 ◦ green 52 ◦ blue 18

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

Shades of Baker's Chocolate #603412

Tints of Baker's Chocolate #603412

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

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

R = 57.83%
G = 31.33%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603412 (or 0x603412) is known color: Baker's Chocolate. HEX triplet: 60, 34 and 12. RGB value is (96,52,18). Sum of RGB (Red+Green+Blue) = 96+52+18=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #603412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603412 is #9FCBED. Grayscale: #3D3D3D. Windows color (decimal): -10472430 or 1193056. OLE color: 1193056.

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

Color convert

RGB 96 52 18 -
CMYK 0 0.46 0.81 0.62
HSL 26.15º 0.68% 0.22% -
HSV(B) 26.15º 0.81% 0.38% -
XYZ 6.16 4.99 1.21 -
YUV 61.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 96 52 18 0 0.46 0.81 0.62 26.15 0.68 0.22
Hex 60 34 12 0 2E 51 3E 1A 44 16
Octal 140 64 22 0 56 121 76 32 104 26
Binary 1100000 110100 10010 0 101110 1010001 111110 11010 1000100 10110

Color Harmonies of #603412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603412

Black with #603412

Text Example


Text Example

White with #603412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603412; }

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

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

background-color css

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

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

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

border-color css

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

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

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