#56622B

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

Shades of Saratoga #56622B

Tints of Saratoga #56622B

Color information

#56622B (or 0x56622B) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 2B. RGB value is (86,98,43). Sum of RGB (Red+Green+Blue) = 86+98+43=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #56622B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56622B is #A99DD4. Grayscale: #585858. Windows color (decimal): -11115989 or 2843222. OLE color: 2843222.

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

Color convert

RGB869843-
CMYK0.1200.560.62
HSL73.09º39.01%27.65%-
HSV(B)73.09º56.12%38.43%-
XYZ8.6410.893.93-
YUV88.14102.52126.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.89%
GREEN value IS 98 (38.67% from 255) = 43.17%
BLUE value IS 43 (17.19% from 255) = 18.94%
R=37.89%
G=43.17%
B=18.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698430.1200.560.6273.0939.0127.65
Hex56622BC0383E49271c
Octal1261425314070761114734
Binary1010110110001010101111000111000111110100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56622B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56622B; }

 p { color: rgb(86,98,43); }

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

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

 a { background-color: rgb(86,98,43); }

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

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

 span { border-color: rgb(86,98,43); }

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