#61331B

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

Shades of Baker's Chocolate #61331B

Tints of Baker's Chocolate #61331B

Color information

#61331B (or 0x61331B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 1B. RGB value is (97,51,27). Sum of RGB (Red+Green+Blue) = 97+51+27=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61331B is #9ECCE4. Grayscale: #3E3E3E. Windows color (decimal): -10407141 or 1782625. OLE color: 1782625.

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

Color convert

RGB975127-
CMYK00.470.720.62
HSL20.57º56.45%24.31%-
HSV(B)20.57º72.16%38.04%-
XYZ6.314.991.67-
YUV62.02108.24152.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 27 (10.94% from 255) = 15.43%
R=55.43%
G=29.14%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97512700.470.720.6220.5756.4524.31
Hex61331B02F483E153818
Octal141633305711076257030
Binary110000111001111011010111110010001111101010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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