#5B612A

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

Shades of Saratoga #5B612A

Tints of Saratoga #5B612A

Color information

#5B612A (or 0x5B612A) is unknown color: approx Saratoga. HEX triplet: 5B, 61 and 2A. RGB value is (91,97,42). Sum of RGB (Red+Green+Blue) = 91+97+42=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612A is #A49ED5. Grayscale: #595959. Windows color (decimal): -10788566 or 2777435. OLE color: 2777435.

HSL color Cylindrical-coordinate representation of color #5B612A: hue angle of 66.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B612A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB919742-
CMYK0.0600.570.62
HSL66.55º39.57%27.25%-
HSV(B)66.55º56.7%38.04%-
XYZ9.0110.943.83-
YUV88.94101.51129.47-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.57%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=39.57%
G=42.17%
B=18.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9197420.0600.570.6266.5539.5727.25
Hex5B612A60393E43281b
Octal133141526071761035033
Binary101101111000011010101100111001111110100001110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,97,42); }

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

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

 a { background-color: rgb(91,97,42); }

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

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

 span { border-color: rgb(91,97,42); }

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