#613715

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

Shades of Baker's Chocolate #613715

Tints of Baker's Chocolate #613715

Color information

#613715 (or 0x613715) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 37 and 15. RGB value is (97,55,21). Sum of RGB (Red+Green+Blue) = 97+55+21=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #613715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613715 is #9EC8EA. Grayscale: #3F3F3F. Windows color (decimal): -10406123 or 1390433. OLE color: 1390433.

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

Color convert

RGB975521-
CMYK00.430.780.62
HSL26.84º64.41%23.14%-
HSV(B)26.84º78.35%38.04%-
XYZ6.435.331.4-
YUV63.68103.91151.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 55 (21.88% from 255) = 31.79%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=56.07%
G=31.79%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97552100.430.780.6226.8464.4123.14
Hex61371502B4E3E1b4017
Octal1416725053116763310027
Binary1100001110111101010101011100111011111011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613715; }

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

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

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

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

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

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

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

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