Html Css Color HEX #612E12 Baker's Chocolate

📋 copy color: '#612E12'

red 97 ◦ green 46 ◦ blue 18

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

Shades of Baker's Chocolate #612E12

Tints of Baker's Chocolate #612E12

RGB

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

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

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

R = 60.25%
G = 28.57%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#612E12 (or 0x612E12) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 12. RGB value is (97,46,18). Sum of RGB (Red+Green+Blue) = 97+46+18=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E12 is #9ED1ED. Grayscale: #3A3A3A. Windows color (decimal): -10408430 or 1191521. OLE color: 1191521.

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

Color convert

RGB 97 46 18 -
CMYK 0 0.53 0.81 0.62
HSL 21.27º 0.69% 0.23% -
HSV(B) 21.27º 0.81% 0.38% -
XYZ 6.02 4.54 1.13 -
YUV 58.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 97 46 18 0 0.53 0.81 0.62 21.27 0.69 0.23
Hex 61 2E 12 0 35 51 3E 15 45 17
Octal 141 56 22 0 65 121 76 25 105 27
Binary 1100001 101110 10010 0 110101 1010001 111110 10101 1000101 10111

Color Harmonies of #612E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E12

Black with #612E12

Text Example


Text Example

White with #612E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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