Html Css Color HEX #512206 Baker's Chocolate

📋 copy color: '#512206'

red 81 ◦ green 34 ◦ blue 6

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

Shades of Baker's Chocolate #512206

Tints of Baker's Chocolate #512206

RGB

 RED value IS 81 (32.03% from 255) = 66.94%

 GREEN value IS 34 (13.67% from 255) = 28.1%

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

R = 66.94%
G = 28.1%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#512206 (or 0x512206) is known color: Baker's Chocolate. HEX triplet: 51, 22 and 06. RGB value is (81,34,6). Sum of RGB (Red+Green+Blue) = 81+34+6=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #512206 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512206 is #AEDDF9. Grayscale: #2D2D2D. Windows color (decimal): -11460090 or 402001. OLE color: 402001.

HSL color Cylindrical-coordinate representation of color #512206: hue angle of 22.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512206 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 34 6 -
CMYK 0 0.58 0.93 0.68
HSL 22.4º 0.86% 0.17% -
HSV(B) 22.4º 0.93% 0.32% -
XYZ 4 2.91 0.52 -
YUV 44.86 106.07 153.78 -
System Red Green Blue C M Y K H S L
Decimal 81 34 6 0 0.58 0.93 0.68 22.4 0.86 0.17
Hex 51 22 6 0 3A 5D 44 16 56 11
Octal 121 42 6 0 72 135 104 26 126 21
Binary 1010001 100010 110 0 111010 1011101 1000100 10110 1010110 10001

Color Harmonies of #512206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512206

Black with #512206

Text Example


Text Example

White with #512206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512206; }

 p { color: rgb(81,34,6); }

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

background-color css

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

 a { background-color: rgb(81,34,6); }

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

border-color css

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

 span { border-color: rgb(81,34,6); }

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