#613515

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

Shades of Baker's Chocolate #613515

Tints of Baker's Chocolate #613515

Color information

#613515 (or 0x613515) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 15. RGB value is (97,53,21). Sum of RGB (Red+Green+Blue) = 97+53+21=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 21 (8.59% from 255 or 12.28% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613515 is #9ECAEA. Grayscale: #3E3E3E. Windows color (decimal): -10406635 or 1389921. OLE color: 1389921.

HSL color Cylindrical-coordinate representation of color #613515: hue angle of 25.26º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #613515 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB975321-
CMYK00.450.780.62
HSL25.26º64.41%23.14%-
HSV(B)25.26º78.35%38.04%-
XYZ6.345.141.37-
YUV62.51104.58152.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.73%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 21 (8.59% from 255) = 12.28%
R=56.73%
G=30.99%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97532100.450.780.6225.2664.4123.14
Hex61351502D4E3E194017
Octal1416525055116763110027
Binary1100001110101101010101101100111011111011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613515; }

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

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

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

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

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

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

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

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