Html Css Color HEX #5B662B Saratoga

📋 copy color: '#5B662B'

red 91 ◦ green 102 ◦ blue 43

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

Shades of Saratoga #5B662B

Tints of Saratoga #5B662B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.22%

R = 38.56%
G = 43.22%
B = 18.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#5B662B (or 0x5B662B) is known color: Saratoga. HEX triplet: 5B, 66 and 2B. RGB value is (91,102,43). Sum of RGB (Red+Green+Blue) = 91+102+43=236 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.56% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #5B662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B662B is #A499D4. Grayscale: #5C5C5C. Windows color (decimal): -10787285 or 2844251. OLE color: 2844251.

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

Color convert

RGB 91 102 43 -
CMYK 0.11 0 0.58 0.6
HSL 71.19º 0.41% 0.28% -
HSV(B) 71.19º 0.58% 0.4% -
XYZ 9.5 11.9 4.08 -
YUV 91.99 100.36 127.3 -
System Red Green Blue C M Y K H S L
Decimal 91 102 43 0.11 0 0.58 0.6 71.19 0.41 0.28
Hex 5B 66 2B B 0 3A 3C 47 29 1C
Octal 133 146 53 13 0 72 74 107 51 34
Binary 1011011 1100110 101011 1011 0 111010 111100 1000111 101001 11100

Color Harmonies of #5B662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B662B

Black with #5B662B

Text Example


Text Example

White with #5B662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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