#613510

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

Shades of Baker's Chocolate #613510

Tints of Baker's Chocolate #613510

Color information

#613510 (or 0x613510) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 35 and 10. RGB value is (97,53,16). Sum of RGB (Red+Green+Blue) = 97+53+16=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 16 (6.64% from 255 or 9.64% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #613510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613510 is #9ECAEF. Grayscale: #3E3E3E. Windows color (decimal): -10406640 or 1062241. OLE color: 1062241.

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

Color convert

RGB975316-
CMYK00.450.840.62
HSL27.41º71.68%22.16%-
HSV(B)27.41º83.51%38.04%-
XYZ6.35.131.15-
YUV61.94102.08153.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 16 (6.64% from 255) = 9.64%
R=58.43%
G=31.93%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97531600.450.840.6227.4171.6822.16
Hex61351002D543E1b4816
Octal1416520055124763311026
Binary1100001110101100000101101101010011111011011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613510; }

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

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

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

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

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

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

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

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