#56632C

Color #56632C Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #56632C

Tints of Saratoga #56632C

Color information

#56632C (or 0x56632C) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 2C. RGB value is (86,99,44). Sum of RGB (Red+Green+Blue) = 86+99+44=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #56632C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56632C is #A99CD3. Grayscale: #595959. Windows color (decimal): -11115732 or 2909014. OLE color: 2909014.

HSL color Cylindrical-coordinate representation of color #56632C: hue angle of 74.18º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56632C is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB869944-
CMYK0.1300.560.61
HSL74.18º38.46%28.04%-
HSV(B)74.18º55.56%38.82%-
XYZ8.7511.084.06-
YUV88.84102.69125.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 99 (39.06% from 255) = 43.23%
BLUE value IS 44 (17.58% from 255) = 19.21%
R=37.55%
G=43.23%
B=19.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699440.1300.560.6174.1838.4628.04
Hex56632CD0383D4a261c
Octal1261435415070751124634
Binary1010110110001110110011010111000111101100101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56632C; }

 p { color: rgb(86,99,44); }

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

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

 a { background-color: rgb(86,99,44); }

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

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

 span { border-color: rgb(86,99,44); }

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