#61311C

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

Shades of Baker's Chocolate #61311C

Tints of Baker's Chocolate #61311C

Color information

#61311C (or 0x61311C) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 31 and 1C. RGB value is (97,49,28). Sum of RGB (Red+Green+Blue) = 97+49+28=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61311C is #9ECEE3. Grayscale: #3D3D3D. Windows color (decimal): -10407652 or 1847649. OLE color: 1847649.

HSL color Cylindrical-coordinate representation of color #61311C: hue angle of 18.26º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61311C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB974928-
CMYK00.490.710.62
HSL18.26º55.2%24.51%-
HSV(B)18.26º71.13%38.04%-
XYZ6.244.821.7-
YUV60.96109.4153.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=55.75%
G=28.16%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97492800.490.710.6218.2655.224.51
Hex61311C031473E123719
Octal141613406110776226731
Binary110000111000111100011000110001111111101001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,49,28); }

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

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

 a { background-color: rgb(97,49,28); }

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

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

 span { border-color: rgb(97,49,28); }

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