Html Css Color HEX #612E16 Baker's Chocolate

📋 copy color: '#612E16'

red 97 ◦ green 46 ◦ blue 22

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

Shades of Baker's Chocolate #612E16

Tints of Baker's Chocolate #612E16

RGB

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

 GREEN value IS 46 (18.36% from 255) = 27.88%

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

R = 58.79%
G = 27.88%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#612E16 (or 0x612E16) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 16. RGB value is (97,46,22). Sum of RGB (Red+Green+Blue) = 97+46+22=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #612E16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E16 is #9ED1E9. Grayscale: #3A3A3A. Windows color (decimal): -10408426 or 1453665. OLE color: 1453665.

HSL color Cylindrical-coordinate representation of color #612E16: hue angle of 19.2º 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 #612E16 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 22 -
CMYK 0 0.53 0.77 0.62
HSL 19.2º 0.63% 0.23% -
HSV(B) 19.2º 0.77% 0.38% -
XYZ 6.05 4.55 1.32 -
YUV 58.51 107.4 155.45 -
System Red Green Blue C M Y K H S L
Decimal 97 46 22 0 0.53 0.77 0.62 19.2 0.63 0.23
Hex 61 2E 16 0 35 4D 3E 13 3F 17
Octal 141 56 26 0 65 115 76 23 77 27
Binary 1100001 101110 10110 0 110101 1001101 111110 10011 111111 10111

Color Harmonies of #612E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E16

Black with #612E16

Text Example


Text Example

White with #612E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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