#61240D

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

Shades of Baker's Chocolate #61240D

Tints of Baker's Chocolate #61240D

Color information

#61240D (or 0x61240D) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 24 and 0D. RGB value is (97,36,13). Sum of RGB (Red+Green+Blue) = 97+36+13=146 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.44% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 97 - color contains mainly: red. Hex color #61240D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61240D is #9EDBF2. Grayscale: #333333. Windows color (decimal): -10410995 or 861281. OLE color: 861281.

HSL color Cylindrical-coordinate representation of color #61240D: hue angle of 16.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61240D is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB973613-
CMYK00.630.870.62
HSL16.43º76.36%21.57%-
HSV(B)16.43º86.6%38.04%-
XYZ5.633.830.82-
YUV51.62106.21160.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.44%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 13 (5.47% from 255) = 8.90%
R=66.44%
G=24.66%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97361300.630.870.6216.4376.3621.57
Hex6124D03F573E104c16
Octal1414415077127762011426
Binary110000110010011010111111101011111111010000100110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61240D; }

 p { color: rgb(97,36,13); }

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

<style>
 a { background-color: #61240D; }

 a { background-color: rgb(97,36,13); }

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

<style>
 span { border-color: #61240D; }

 span { border-color: rgb(97,36,13); }

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