#5D6336

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

Shades of Saratoga #5D6336

Tints of Saratoga #5D6336

Color information

#5D6336 (or 0x5D6336) is unknown color: approx Saratoga. HEX triplet: 5D, 63 and 36. RGB value is (93,99,54). Sum of RGB (Red+Green+Blue) = 93+99+54=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6336 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6336 is #A29CC9. Grayscale: #5C5C5C. Windows color (decimal): -10656970 or 3564381. OLE color: 3564381.

HSL color Cylindrical-coordinate representation of color #5D6336: hue angle of 68º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D6336 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB939954-
CMYK0.0600.450.61
HSL68º29.41%30%-
HSV(B)68º45.45%38.82%-
XYZ9.6411.525.2-
YUV92.08106.51128.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.80%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 54 (21.48% from 255) = 21.95%
R=37.80%
G=40.24%
B=21.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9399540.0600.450.616829.4130
Hex5D6336602D3D441d1e
Octal135143666055751043536
Binary10111011100011110110110010110111110110001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,54); }

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

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

 a { background-color: rgb(93,99,54); }

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

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

 span { border-color: rgb(93,99,54); }

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