#61331A

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

Shades of Baker's Chocolate #61331A

Tints of Baker's Chocolate #61331A

Color information

#61331A (or 0x61331A) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 1A. RGB value is (97,51,26). Sum of RGB (Red+Green+Blue) = 97+51+26=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61331A is #9ECCE5. Grayscale: #3E3E3E. Windows color (decimal): -10407142 or 1717089. OLE color: 1717089.

HSL color Cylindrical-coordinate representation of color #61331A: hue angle of 21.13º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61331A is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB975126-
CMYK00.470.730.62
HSL21.13º57.72%24.12%-
HSV(B)21.13º73.2%38.04%-
XYZ6.34.981.61-
YUV61.9107.74153.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 26 (10.55% from 255) = 14.94%
R=55.75%
G=29.31%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97512600.470.730.6221.1357.7224.12
Hex61331A02F493E153a18
Octal141633205711176257230
Binary110000111001111010010111110010011111101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,51,26); }

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

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

 a { background-color: rgb(97,51,26); }

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

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

 span { border-color: rgb(97,51,26); }

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