#613810

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

Shades of Baker's Chocolate #613810

Tints of Baker's Chocolate #613810

Color information

#613810 (or 0x613810) is unknown color: approx Baker's Chocolate. HEX triplet: 61, 38 and 10. RGB value is (97,56,16). Sum of RGB (Red+Green+Blue) = 97+56+16=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613810 is #9EC7EF. Grayscale: #3F3F3F. Windows color (decimal): -10405872 or 1063009. OLE color: 1063009.

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

Color convert

RGB975616-
CMYK00.420.840.62
HSL29.63º71.68%22.16%-
HSV(B)29.63º83.51%38.04%-
XYZ6.445.411.19-
YUV63.7101.08151.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 16 (6.64% from 255) = 9.47%
R=57.40%
G=33.14%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97561600.420.840.6229.6371.6822.16
Hex61381002A543E1e4816
Octal1417020052124763611026
Binary1100001111000100000101010101010011111011110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613810; }

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

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

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

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

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

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

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

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