#612E1B

Color #612E1B Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #612E1B

Tints of Baker's Chocolate #612E1B

Color information

#612E1B (or 0x612E1B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2E and 1B. RGB value is (97,46,27). Sum of RGB (Red+Green+Blue) = 97+46+27=170 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.06% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 97 - color contains mainly: red. Hex color #612E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612E1B is #9ED1E4. Grayscale: #3B3B3B. Windows color (decimal): -10408421 or 1781345. OLE color: 1781345.

HSL color Cylindrical-coordinate representation of color #612E1B: hue angle of 16.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #612E1B is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB974627-
CMYK00.530.720.62
HSL16.29º56.45%24.31%-
HSV(B)16.29º72.16%38.04%-
XYZ6.14.571.6-
YUV59.08109.9155.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.06%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=57.06%
G=27.06%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97462700.530.720.6216.2956.4524.31
Hex612E1B035483E103818
Octal141563306511076207030
Binary110000110111011011011010110010001111101000011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #612E1B;
 }
 .AnyTagClassName
 {
   color: #612E1B;
 }
</style>
background-color css

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

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

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

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

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

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