Html Css Color HEX #5E695A Cactus

📋 copy color: '#5E695A'

red 94 ◦ green 105 ◦ blue 90

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

Shades of Cactus #5E695A

Tints of Cactus #5E695A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 32.53%
G = 36.33%
B = 31.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#5E695A (or 0x5E695A) is known color: Cactus. HEX triplet: 5E, 69 and 5A. RGB value is (94,105,90). Sum of RGB (Red+Green+Blue) = 94+105+90=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #5E695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E695A is #A196A5. Grayscale: #646464. Windows color (decimal): -10589862 or 5925214. OLE color: 5925214.

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

Color convert

RGB 94 105 90 -
CMYK 0.10 0 0.14 0.59
HSL 104º 0.08% 0.38% -
HSV(B) 104º 0.14% 0.41% -
XYZ 11.51 13.22 11.62 -
YUV 100 122.36 123.72 -
System Red Green Blue C M Y K H S L
Decimal 94 105 90 0.10 0 0.14 0.59 104 0.08 0.38
Hex 5E 69 5A A 0 E 3B 68 8 26
Octal 136 151 132 12 0 16 73 150 10 46
Binary 1011110 1101001 1011010 1010 0 1110 111011 1101000 1000 100110

Color Harmonies of #5E695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E695A

Black with #5E695A

Text Example


Text Example

White with #5E695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,105,90); }

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

background-color css

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

 a { background-color: rgb(94,105,90); }

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

border-color css

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

 span { border-color: rgb(94,105,90); }

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