#612B04

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

Shades of Baker's Chocolate #612B04

Tints of Baker's Chocolate #612B04

Color information

#612B04 (or 0x612B04) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2B and 04. RGB value is (97,43,4). Sum of RGB (Red+Green+Blue) = 97+43+4=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #612B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612B04 is #9ED4FB. Grayscale: #363636. Windows color (decimal): -10409212 or 273249. OLE color: 273249.

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

Color convert

RGB97434-
CMYK00.560.960.62
HSL25.16º92.08%19.8%-
HSV(B)25.16º95.88%38.04%-
XYZ5.824.280.63-
YUV54.799.39158.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=67.36%
G=29.86%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9743400.560.960.6225.1692.0819.8
Hex612B4038603E195c14
Octal141534070140763113424
Binary11000011010111000111000110000011111011001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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