#61351E

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

Shades of Baker's Chocolate #61351E

Tints of Baker's Chocolate #61351E

Color information

#61351E (or 0x61351E) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 1E. RGB value is (97,53,30). Sum of RGB (Red+Green+Blue) = 97+53+30=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 30 (12.11% from 255 or 16.67% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61351E is #9ECAE1. Grayscale: #3F3F3F. Windows color (decimal): -10406626 or 1979745. OLE color: 1979745.

HSL color Cylindrical-coordinate representation of color #61351E: hue angle of 20.6º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #61351E is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB975330-
CMYK00.450.690.62
HSL20.6º52.76%24.9%-
HSV(B)20.6º69.07%38.04%-
XYZ6.445.181.89-
YUV63.53109.08151.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 53.89%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 30 (12.11% from 255) = 16.67%
R=53.89%
G=29.44%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97533000.450.690.6220.652.7624.9
Hex61351E02D453E153519
Octal141653605510576256531
Binary110000111010111110010110110001011111101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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