#61270F

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

Shades of Baker's Chocolate #61270F

Tints of Baker's Chocolate #61270F

Color information

#61270F (or 0x61270F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 27 and 0F. RGB value is (97,39,15). Sum of RGB (Red+Green+Blue) = 97+39+15=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61270F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61270F is #9ED8F0. Grayscale: #353535. Windows color (decimal): -10410225 or 993121. OLE color: 993121.

HSL color Cylindrical-coordinate representation of color #61270F: hue angle of 17.56º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61270F is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB973915-
CMYK00.600.850.62
HSL17.56º73.21%21.96%-
HSV(B)17.56º84.54%38.04%-
XYZ5.744.030.93-
YUV53.61106.22158.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 15 (6.25% from 255) = 9.93%
R=64.24%
G=25.83%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97391500.600.850.6217.5673.2121.96
Hex6127F03C553E124916
Octal1414717074125762211126
Binary110000110011111110111100101010111111010010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61270F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61270F; }

 p { color: rgb(97,39,15); }

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

<style>
 a { background-color: #61270F; }

 a { background-color: rgb(97,39,15); }

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

<style>
 span { border-color: #61270F; }

 span { border-color: rgb(97,39,15); }

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