#61320C

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

Shades of Baker's Chocolate #61320C

Tints of Baker's Chocolate #61320C

Color information

#61320C (or 0x61320C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 32 and 0C. RGB value is (97,50,12). Sum of RGB (Red+Green+Blue) = 97+50+12=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61320C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61320C is #9ECDF3. Grayscale: #3B3B3B. Windows color (decimal): -10407412 or 799329. OLE color: 799329.

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

Color convert

RGB975012-
CMYK00.480.880.62
HSL26.82º77.98%21.37%-
HSV(B)26.82º87.63%38.04%-
XYZ6.144.850.96-
YUV59.72101.07154.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=61.01%
G=31.45%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97501200.480.880.6226.8277.9821.37
Hex6132C030583E1b4e15
Octal1416214060130763311625
Binary110000111001011000110000101100011111011011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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