#61280C

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

Shades of Baker's Chocolate #61280C

Tints of Baker's Chocolate #61280C

Color information

#61280C (or 0x61280C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 0C. RGB value is (97,40,12). Sum of RGB (Red+Green+Blue) = 97+40+12=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61280C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61280C is #9ED7F3. Grayscale: #363636. Windows color (decimal): -10409972 or 796769. OLE color: 796769.

HSL color Cylindrical-coordinate representation of color #61280C: hue angle of 19.76º 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 #61280C is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB974012-
CMYK00.590.880.62
HSL19.76º77.98%21.37%-
HSV(B)19.76º87.63%38.04%-
XYZ5.754.090.83-
YUV53.85104.38158.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 40 (16.02% from 255) = 26.85%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=65.10%
G=26.85%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97401200.590.880.6219.7677.9821.37
Hex6128C03B583E144e15
Octal1415014073130762411625
Binary110000110100011000111011101100011111010100100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61280C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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