Html Css Color HEX #603212 Baker's Chocolate

📋 copy color: '#603212'

red 96 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #603212

Tints of Baker's Chocolate #603212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

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

R = 58.54%
G = 30.49%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#603212 (or 0x603212) is known color: Baker's Chocolate. HEX triplet: 60, 32 and 12. RGB value is (96,50,18). Sum of RGB (Red+Green+Blue) = 96+50+18=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 18 (7.42% from 255 or 10.98% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #603212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603212 is #9FCDED. Grayscale: #3C3C3C. Windows color (decimal): -10472942 or 1192544. OLE color: 1192544.

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

Color convert

RGB 96 50 18 -
CMYK 0 0.48 0.81 0.62
HSL 24.62º 0.68% 0.22% -
HSV(B) 24.62º 0.81% 0.38% -
XYZ 6.07 4.81 1.18 -
YUV 60.11 104.24 153.6 -
System Red Green Blue C M Y K H S L
Decimal 96 50 18 0 0.48 0.81 0.62 24.62 0.68 0.22
Hex 60 32 12 0 30 51 3E 19 44 16
Octal 140 62 22 0 60 121 76 31 104 26
Binary 1100000 110010 10010 0 110000 1010001 111110 11001 1000100 10110

Color Harmonies of #603212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603212

Black with #603212

Text Example


Text Example

White with #603212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603212; }

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

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

background-color css

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

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

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

border-color css

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

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

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