Html Css Color HEX #612F16 Baker's Chocolate

📋 copy color: '#612F16'

red 97 ◦ green 47 ◦ blue 22

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

Shades of Baker's Chocolate #612F16

Tints of Baker's Chocolate #612F16

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.31%

 BLUE value IS 22 (8.98% from 255) = 13.25%

R = 58.43%
G = 28.31%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612F16 (or 0x612F16) is known color: Baker's Chocolate. HEX triplet: 61, 2F and 16. RGB value is (97,47,22). Sum of RGB (Red+Green+Blue) = 97+47+22=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 22 (8.98% from 255 or 13.25% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #612F16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F16 is #9ED0E9. Grayscale: #3B3B3B. Windows color (decimal): -10408170 or 1453921. OLE color: 1453921.

HSL color Cylindrical-coordinate representation of color #612F16: hue angle of 20º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612F16 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 47 22 -
CMYK 0 0.52 0.77 0.62
HSL 20º 0.63% 0.23% -
HSV(B) 20º 0.77% 0.38% -
XYZ 6.09 4.63 1.33 -
YUV 59.1 107.07 155.03 -
System Red Green Blue C M Y K H S L
Decimal 97 47 22 0 0.52 0.77 0.62 20 0.63 0.23
Hex 61 2F 16 0 34 4D 3E 14 3F 17
Octal 141 57 26 0 64 115 76 24 77 27
Binary 1100001 101111 10110 0 110100 1001101 111110 10100 111111 10111

Color Harmonies of #612F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612F16

Black with #612F16

Text Example


Text Example

White with #612F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612F16; }

 p { color: rgb(97,47,22); }

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

background-color css

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

 a { background-color: rgb(97,47,22); }

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

border-color css

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

 span { border-color: rgb(97,47,22); }

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