#612D0B

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

Shades of Baker's Chocolate #612D0B

Tints of Baker's Chocolate #612D0B

Color information

#612D0B (or 0x612D0B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2D and 0B. RGB value is (97,45,11). Sum of RGB (Red+Green+Blue) = 97+45+11=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 45 (17.97% from 255 or 29.41% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #612D0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612D0B is #9ED2F4. Grayscale: #383838. Windows color (decimal): -10408693 or 732513. OLE color: 732513.

HSL color Cylindrical-coordinate representation of color #612D0B: hue angle of 23.72º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #612D0B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB974511-
CMYK00.540.890.62
HSL23.72º79.63%21.18%-
HSV(B)23.72º88.66%38.04%-
XYZ5.934.440.86-
YUV56.67102.23156.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 45 (17.97% from 255) = 29.41%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=63.40%
G=29.41%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97451100.540.890.6223.7279.6321.18
Hex612DB036593E185015
Octal1415513066131763012025
Binary110000110110110110110110101100111111011000101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,45,11); }

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

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

 a { background-color: rgb(97,45,11); }

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

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

 span { border-color: rgb(97,45,11); }

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