#61290F

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

Shades of Baker's Chocolate #61290F

Tints of Baker's Chocolate #61290F

Color information

#61290F (or 0x61290F) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 0F. RGB value is (97,41,15). Sum of RGB (Red+Green+Blue) = 97+41+15=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #61290F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61290F is #9ED6F0. Grayscale: #363636. Windows color (decimal): -10409713 or 993633. OLE color: 993633.

HSL color Cylindrical-coordinate representation of color #61290F: hue angle of 19.02º 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 #61290F is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB974115-
CMYK00.580.850.62
HSL19.02º73.21%21.96%-
HSV(B)19.02º84.54%38.04%-
XYZ5.814.160.95-
YUV54.78105.55158.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=63.40%
G=26.80%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97411500.580.850.6219.0273.2121.96
Hex6129F03A553E134916
Octal1415117072125762311126
Binary110000110100111110111010101010111111010011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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