#612B15

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

Shades of Baker's Chocolate #612B15

Tints of Baker's Chocolate #612B15

Color information

#612B15 (or 0x612B15) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 15. RGB value is (97,43,21). Sum of RGB (Red+Green+Blue) = 97+43+21=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #612B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B15 is #9ED4EA. Grayscale: #383838. Windows color (decimal): -10409195 or 1387361. OLE color: 1387361.

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

Color convert

RGB974321-
CMYK00.560.780.62
HSL17.37º64.41%23.14%-
HSV(B)17.37º78.35%38.04%-
XYZ5.934.321.23-
YUV56.64107.89156.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=60.25%
G=26.71%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97432100.560.780.6217.3764.4123.14
Hex612B150384E3E114017
Octal1415325070116762110027
Binary1100001101011101010111000100111011111010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,21); }

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

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

 a { background-color: rgb(97,43,21); }

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

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

 span { border-color: rgb(97,43,21); }

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