#61351B

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

Shades of Baker's Chocolate #61351B

Tints of Baker's Chocolate #61351B

Color information

#61351B (or 0x61351B) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 1B. RGB value is (97,53,27). Sum of RGB (Red+Green+Blue) = 97+53+27=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61351B is #9ECAE4. Grayscale: #3F3F3F. Windows color (decimal): -10406629 or 1783137. OLE color: 1783137.

HSL color Cylindrical-coordinate representation of color #61351B: hue angle of 22.29º 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 #61351B is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB975327-
CMYK00.450.720.62
HSL22.29º56.45%24.31%-
HSV(B)22.29º72.16%38.04%-
XYZ6.45.171.7-
YUV63.19107.58152.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 53 (21.09% from 255) = 29.94%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=54.80%
G=29.94%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97532700.450.720.6222.2956.4524.31
Hex61351B02D483E163818
Octal141653305511076267030
Binary110000111010111011010110110010001111101011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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