Html Css Color HEX #612912 Baker's Chocolate

📋 copy color: '#612912'

red 97 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #612912

Tints of Baker's Chocolate #612912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 62.18%
G = 26.28%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#612912 (or 0x612912) is known color: Baker's Chocolate. HEX triplet: 61, 29 and 12. RGB value is (97,41,18). Sum of RGB (Red+Green+Blue) = 97+41+18=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #612912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612912 is #9ED6ED. Grayscale: #373737. Windows color (decimal): -10409710 or 1190241. OLE color: 1190241.

HSL color Cylindrical-coordinate representation of color #612912: hue angle of 17.47º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612912 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 41 18 -
CMYK 0 0.58 0.81 0.62
HSL 17.47º 0.69% 0.23% -
HSV(B) 17.47º 0.81% 0.38% -
XYZ 5.83 4.17 1.07 -
YUV 55.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 97 41 18 0 0.58 0.81 0.62 17.47 0.69 0.23
Hex 61 29 12 0 3A 51 3E 11 45 17
Octal 141 51 22 0 72 121 76 21 105 27
Binary 1100001 101001 10010 0 111010 1010001 111110 10001 1000101 10111

Color Harmonies of #612912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612912

Black with #612912

Text Example


Text Example

White with #612912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612912; }

 p { color: rgb(97,41,18); }

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

background-color css

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

 a { background-color: rgb(97,41,18); }

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

border-color css

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

 span { border-color: rgb(97,41,18); }

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