Html Css Color HEX #5E6635 Saratoga

📋 copy color: '#5E6635'

red 94 ◦ green 102 ◦ blue 53

#5E6635
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #5E6635

Tints of Saratoga #5E6635

RGB

 RED value IS 94 (37.11% from 255) = 37.75%

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 37.75%
G = 40.96%
B = 21.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.6

RGB Variations

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

Color information

#5E6635 (or 0x5E6635) is known color: Saratoga. HEX triplet: 5E, 66 and 35. RGB value is (94,102,53). Sum of RGB (Red+Green+Blue) = 94+102+53=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #5E6635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6635 is #A199CA. Grayscale: #5E5E5E. Windows color (decimal): -10590667 or 3499614. OLE color: 3499614.

HSL color Cylindrical-coordinate representation of color #5E6635: hue angle of 69.8º 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 #5E6635 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB 94 102 53 -
CMYK 0.08 0 0.48 0.6
HSL 69.8º 0.32% 0.3% -
HSV(B) 69.8º 0.48% 0.4% -
XYZ 10.01 12.14 5.18 -
YUV 94.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 94 102 53 0.08 0 0.48 0.6 69.8 0.32 0.3
Hex 5E 66 35 8 0 30 3C 46 20 1E
Octal 136 146 65 10 0 60 74 106 40 36
Binary 1011110 1100110 110101 1000 0 110000 111100 1000110 100000 11110

Color Harmonies of #5E6635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6635

Black with #5E6635

Text Example


Text Example

White with #5E6635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E6635;
 }
 .AnyTagClassName
 {
   color: #5E6635;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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