#61280A

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

Shades of Baker's Chocolate #61280A

Tints of Baker's Chocolate #61280A

Color information

#61280A (or 0x61280A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 28 and 0A. RGB value is (97,40,10). Sum of RGB (Red+Green+Blue) = 97+40+10=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61280A is #9ED7F5. Grayscale: #353535. Windows color (decimal): -10409974 or 665697. OLE color: 665697.

HSL color Cylindrical-coordinate representation of color #61280A: hue angle of 20.69º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61280A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB974010-
CMYK00.590.900.62
HSL20.69º81.31%20.98%-
HSV(B)20.69º89.69%38.04%-
XYZ5.744.080.77-
YUV53.62103.38158.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 40 (16.02% from 255) = 27.21%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=65.99%
G=27.21%
B=6.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97401000.590.900.6220.6981.3120.98
Hex6128A03B5A3E155115
Octal1415012073132762512125
Binary110000110100010100111011101101011111010101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61280A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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