Html Css Color HEX #5B662E Saratoga

📋 copy color: '#5B662E'

red 91 ◦ green 102 ◦ blue 46

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

Shades of Saratoga #5B662E

Tints of Saratoga #5B662E

RGB

 RED value IS 91 (35.94% from 255) = 38.08%

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

 BLUE value IS 46 (18.36% from 255) = 19.25%

R = 38.08%
G = 42.68%
B = 19.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#5B662E (or 0x5B662E) is known color: Saratoga. HEX triplet: 5B, 66 and 2E. RGB value is (91,102,46). Sum of RGB (Red+Green+Blue) = 91+102+46=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 46 (18.36% from 255 or 19.25% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #5B662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B662E is #A499D1. Grayscale: #5C5C5C. Windows color (decimal): -10787282 or 3040859. OLE color: 3040859.

HSL color Cylindrical-coordinate representation of color #5B662E: hue angle of 71.79º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B662E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 102 46 -
CMYK 0.11 0 0.55 0.6
HSL 71.79º 0.38% 0.29% -
HSV(B) 71.79º 0.55% 0.4% -
XYZ 9.56 11.92 4.38 -
YUV 92.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 91 102 46 0.11 0 0.55 0.6 71.79 0.38 0.29
Hex 5B 66 2E B 0 37 3C 48 26 1D
Octal 133 146 56 13 0 67 74 110 46 35
Binary 1011011 1100110 101110 1011 0 110111 111100 1001000 100110 11101

Color Harmonies of #5B662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B662E

Black with #5B662E

Text Example


Text Example

White with #5B662E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,102,46); }

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

background-color css

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

 a { background-color: rgb(91,102,46); }

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

border-color css

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

 span { border-color: rgb(91,102,46); }

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