#5D6635

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

Shades of Saratoga #5D6635

Tints of Saratoga #5D6635

Color information

#5D6635 (or 0x5D6635) is unknown color: approx Saratoga. HEX triplet: 5D, 66 and 35. RGB value is (93,102,53). Sum of RGB (Red+Green+Blue) = 93+102+53=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6635 is #A299CA. Grayscale: #5D5D5D. Windows color (decimal): -10656203 or 3499613. OLE color: 3499613.

HSL color Cylindrical-coordinate representation of color #5D6635: hue angle of 71.02º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D6635 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB9310253-
CMYK0.0900.480.6
HSL71.02º31.61%30.39%-
HSV(B)71.02º48.04%40%-
XYZ9.9112.095.18-
YUV93.72105.02127.48-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.5%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 53 (21.09% from 255) = 21.37%
R=37.5%
G=41.13%
B=21.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93102530.0900.480.671.0231.6130.39
Hex5D663590303C47201e
Octal1351466511060741074036
Binary1011101110011011010110010110000111100100011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D6635; }

 p { color: rgb(93,102,53); }

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

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

 a { background-color: rgb(93,102,53); }

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

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

 span { border-color: rgb(93,102,53); }

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