#5B601D

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

Shades of Saratoga #5B601D

Tints of Saratoga #5B601D

Color information

#5B601D (or 0x5B601D) is unknown color: approx Saratoga. HEX triplet: 5B, 60 and 1D. RGB value is (91,96,29). Sum of RGB (Red+Green+Blue) = 91+96+29=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #5B601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B601D is #A49FE2. Grayscale: #575757. Windows color (decimal): -10788835 or 1925211. OLE color: 1925211.

HSL color Cylindrical-coordinate representation of color #5B601D: hue angle of 64.48º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B601D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB919629-
CMYK0.0500.700.62
HSL64.48º53.6%24.51%-
HSV(B)64.48º69.79%37.65%-
XYZ8.7210.682.76-
YUV86.8795.34130.95-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 42.13%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 29 (11.72% from 255) = 13.43%
R=42.13%
G=44.44%
B=13.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196290.0500.700.6264.4853.624.51
Hex5B601D50463E403619
Octal1331403550106761006631
Binary101101111000001110110101000110111110100000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B601D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,96,29); }

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

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

 a { background-color: rgb(91,96,29); }

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

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

 span { border-color: rgb(91,96,29); }

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