Html Css Color HEX #612406 Baker's Chocolate

📋 copy color: '#612406'

red 97 ◦ green 36 ◦ blue 6

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

Shades of Baker's Chocolate #612406

Tints of Baker's Chocolate #612406

RGB

 RED value IS 97 (38.28% from 255) = 69.78%

 GREEN value IS 36 (14.45% from 255) = 25.9%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 69.78%
G = 25.9%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#612406 (or 0x612406) is known color: Baker's Chocolate. HEX triplet: 61, 24 and 06. RGB value is (97,36,6). Sum of RGB (Red+Green+Blue) = 97+36+6=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #612406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612406 is #9EDBF9. Grayscale: #323232. Windows color (decimal): -10411002 or 402529. OLE color: 402529.

HSL color Cylindrical-coordinate representation of color #612406: hue angle of 19.78º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #612406 is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 36 6 -
CMYK 0 0.63 0.94 0.62
HSL 19.78º 0.88% 0.2% -
HSV(B) 19.78º 0.94% 0.38% -
XYZ 5.59 3.82 0.61 -
YUV 50.82 102.71 160.94 -
System Red Green Blue C M Y K H S L
Decimal 97 36 6 0 0.63 0.94 0.62 19.78 0.88 0.2
Hex 61 24 6 0 3F 5E 3E 14 58 14
Octal 141 44 6 0 77 136 76 24 130 24
Binary 1100001 100100 110 0 111111 1011110 111110 10100 1011000 10100

Color Harmonies of #612406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612406

Black with #612406

Text Example


Text Example

White with #612406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612406; }

 p { color: rgb(97,36,6); }

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

background-color css

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

 a { background-color: rgb(97,36,6); }

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

border-color css

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

 span { border-color: rgb(97,36,6); }

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