#612F17

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

Shades of Baker's Chocolate #612F17

Tints of Baker's Chocolate #612F17

Color information

#612F17 (or 0x612F17) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 2F and 17. RGB value is (97,47,23). Sum of RGB (Red+Green+Blue) = 97+47+23=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 23 (9.38% from 255 or 13.77% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #612F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #612F17 is #9ED0E8. Grayscale: #3B3B3B. Windows color (decimal): -10408169 or 1519457. OLE color: 1519457.

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

Color convert

RGB974723-
CMYK00.520.760.62
HSL19.46º61.67%23.53%-
HSV(B)19.46º76.29%38.04%-
XYZ6.14.641.38-
YUV59.21107.56154.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 23 (9.38% from 255) = 13.77%
R=58.08%
G=28.14%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97472300.520.760.6219.4661.6723.53
Hex612F170344C3E133e18
Octal141572706411476237630
Binary110000110111110111011010010011001111101001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,23); }

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

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

 a { background-color: rgb(97,47,23); }

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

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

 span { border-color: rgb(97,47,23); }

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