#61290C

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

Shades of Baker's Chocolate #61290C

Tints of Baker's Chocolate #61290C

Color information

#61290C (or 0x61290C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 29 and 0C. RGB value is (97,41,12). Sum of RGB (Red+Green+Blue) = 97+41+12=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #61290C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61290C is #9ED6F3. Grayscale: #363636. Windows color (decimal): -10409716 or 797025. OLE color: 797025.

HSL color Cylindrical-coordinate representation of color #61290C: hue angle of 20.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61290C is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB974112-
CMYK00.580.880.62
HSL20.47º77.98%21.37%-
HSV(B)20.47º87.63%38.04%-
XYZ5.794.150.84-
YUV54.44104.05158.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 12 (5.08% from 255) = 8%
R=64.67%
G=27.33%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97411200.580.880.6220.4777.9821.37
Hex6129C03A583E144e15
Octal1415114072130762411625
Binary110000110100111000111010101100011111010100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61290C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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