#5F6233

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

Shades of Saratoga #5F6233

Tints of Saratoga #5F6233

Color information

#5F6233 (or 0x5F6233) is unknown color: approx Saratoga. HEX triplet: 5F, 62 and 33. RGB value is (95,98,51). Sum of RGB (Red+Green+Blue) = 95+98+51=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 51 (20.31% from 255 or 20.90% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #5F6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6233 is #A09DCC. Grayscale: #5B5B5B. Windows color (decimal): -10526157 or 3367519. OLE color: 3367519.

HSL color Cylindrical-coordinate representation of color #5F6233: hue angle of 63.83º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F6233 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB959851-
CMYK0.0300.480.62
HSL63.83º31.54%29.22%-
HSV(B)63.83º47.96%38.43%-
XYZ9.6811.414.82-
YUV91.74105.01130.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.93%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 51 (20.31% from 255) = 20.90%
R=38.93%
G=40.16%
B=20.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598510.0300.480.6263.8331.5429.22
Hex5F623330303E40201d
Octal137142633060761004035
Binary10111111100010110011110110000111110100000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,51); }

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

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

 a { background-color: rgb(95,98,51); }

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

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

 span { border-color: rgb(95,98,51); }

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