#61370A

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

Shades of Baker's Chocolate #61370A

Tints of Baker's Chocolate #61370A

Color information

#61370A (or 0x61370A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 0A. RGB value is (97,55,10). Sum of RGB (Red+Green+Blue) = 97+55+10=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61370A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61370A is #9EC8F5. Grayscale: #3E3E3E. Windows color (decimal): -10406134 or 669537. OLE color: 669537.

HSL color Cylindrical-coordinate representation of color #61370A: hue angle of 31.03º 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 #61370A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB975510-
CMYK00.430.900.62
HSL31.03º81.31%20.98%-
HSV(B)31.03º89.69%38.04%-
XYZ6.355.30.97-
YUV62.4398.41152.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 55 (21.88% from 255) = 33.95%
BLUE value IS 10 (4.30% from 255) = 6.17%
R=59.88%
G=33.95%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97551000.430.900.6231.0381.3120.98
Hex6137A02B5A3E1f5115
Octal1416712053132763712125
Binary110000111011110100101011101101011111011111101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61370A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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