#563610

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

Shades of Baker's Chocolate #563610

Tints of Baker's Chocolate #563610

Color information

#563610 (or 0x563610) is unknown color: approx Baker's Chocolate. HEX triplet: 56, 36 and 10. RGB value is (86,54,16). Sum of RGB (Red+Green+Blue) = 86+54+16=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #563610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #563610 is #A9C9EF. Grayscale: #3B3B3B. Windows color (decimal): -11127280 or 1062486. OLE color: 1062486.

HSL color Cylindrical-coordinate representation of color #563610: hue angle of 32.57º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #563610 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.66.

Color convert

RGB865416-
CMYK00.370.810.66
HSL32.57º68.63%20%-
HSV(B)32.57º81.4%33.73%-
XYZ5.254.651.11-
YUV59.24103.6147.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=55.13%
G=34.62%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86541600.370.810.6632.5768.6320
Hex5636100255142214514
Octal12666200451211024110524
Binary101011011011010000010010110100011000010100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563610; }

 p { color: rgb(86,54,16); }

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

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

 a { background-color: rgb(86,54,16); }

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

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

 span { border-color: rgb(86,54,16); }

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