Html Css Color HEX #612E13 Baker's Chocolate

📋 copy color: '#612E13'

red 97 ◦ green 46 ◦ blue 19

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

Shades of Baker's Chocolate #612E13

Tints of Baker's Chocolate #612E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.73%

R = 59.88%
G = 28.4%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#612E13 (or 0x612E13) is known color: Baker's Chocolate. HEX triplet: 61, 2E and 13. RGB value is (97,46,19). Sum of RGB (Red+Green+Blue) = 97+46+19=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #612E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612E13 is #9ED1EC. Grayscale: #3A3A3A. Windows color (decimal): -10408429 or 1257057. OLE color: 1257057.

HSL color Cylindrical-coordinate representation of color #612E13: hue angle of 20.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #612E13 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 46 19 -
CMYK 0 0.53 0.80 0.62
HSL 20.77º 0.67% 0.23% -
HSV(B) 20.77º 0.8% 0.38% -
XYZ 6.02 4.54 1.18 -
YUV 58.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 97 46 19 0 0.53 0.80 0.62 20.77 0.67 0.23
Hex 61 2E 13 0 35 50 3E 15 43 17
Octal 141 56 23 0 65 120 76 25 103 27
Binary 1100001 101110 10011 0 110101 1010000 111110 10101 1000011 10111

Color Harmonies of #612E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612E13

Black with #612E13

Text Example


Text Example

White with #612E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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