#613315

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

Shades of Baker's Chocolate #613315

Tints of Baker's Chocolate #613315

Color information

#613315 (or 0x613315) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 33 and 15. RGB value is (97,51,21). Sum of RGB (Red+Green+Blue) = 97+51+21=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613315 is #9ECCEA. Grayscale: #3D3D3D. Windows color (decimal): -10407147 or 1389409. OLE color: 1389409.

HSL color Cylindrical-coordinate representation of color #613315: hue angle of 23.68º 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 #613315 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB975121-
CMYK00.470.780.62
HSL23.68º64.41%23.14%-
HSV(B)23.68º78.35%38.04%-
XYZ6.254.961.34-
YUV61.33105.24153.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 21 (8.59% from 255) = 12.43%
R=57.40%
G=30.18%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97512100.470.780.6223.6864.4123.14
Hex61331502F4E3E184017
Octal1416325057116763010027
Binary1100001110011101010101111100111011111011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613315; }

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

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

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

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

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

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

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

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