#612A15

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

Shades of Baker's Chocolate #612A15

Tints of Baker's Chocolate #612A15

Color information

#612A15 (or 0x612A15) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2A and 15. RGB value is (97,42,21). Sum of RGB (Red+Green+Blue) = 97+42+21=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #612A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612A15 is #9ED5EA. Grayscale: #383838. Windows color (decimal): -10409451 or 1387105. OLE color: 1387105.

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

Color convert

RGB974221-
CMYK00.570.780.62
HSL16.58º64.41%23.14%-
HSV(B)16.58º78.35%38.04%-
XYZ5.894.251.22-
YUV56.05108.22157.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=60.62%
G=26.25%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97422100.570.780.6216.5864.4123.14
Hex612A150394E3E114017
Octal1415225071116762110027
Binary1100001101010101010111001100111011111010001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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