#5D695B

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

Shades of Cactus #5D695B

Tints of Cactus #5D695B

Color information

#5D695B (or 0x5D695B) is unknown color: approx Cactus. HEX triplet: 5D, 69 and 5B. RGB value is (93,105,91). Sum of RGB (Red+Green+Blue) = 93+105+91=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #5D695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D695B is #A296A4. Grayscale: #636363. Windows color (decimal): -10655397 or 5990749. OLE color: 5990749.

HSL color Cylindrical-coordinate representation of color #5D695B: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5D695B is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB9310591-
CMYK0.1100.130.59
HSL111.43º7.14%38.43%-
HSV(B)111.43º13.33%41.18%-
XYZ11.4513.1911.84-
YUV99.82123.02123.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.18%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 91 (35.94% from 255) = 31.49%
R=32.18%
G=36.33%
B=31.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal93105910.1100.130.59111.437.1438.43
Hex5D695BB0D3B6f726
Octal1351511331301573157746
Binary1011101110100110110111011011011110111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,105,91); }

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

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

 a { background-color: rgb(93,105,91); }

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

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

 span { border-color: rgb(93,105,91); }

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