Html Css Color HEX #5E695B Cactus

📋 copy color: '#5E695B'

red 94 ◦ green 105 ◦ blue 91

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

Shades of Cactus #5E695B

Tints of Cactus #5E695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.38%

R = 32.41%
G = 36.21%
B = 31.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#5E695B (or 0x5E695B) is known color: Cactus. HEX triplet: 5E, 69 and 5B. RGB value is (94,105,91). Sum of RGB (Red+Green+Blue) = 94+105+91=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #5E695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E695B is #A196A4. Grayscale: #646464. Windows color (decimal): -10589861 or 5990750. OLE color: 5990750.

HSL color Cylindrical-coordinate representation of color #5E695B: hue angle of 107.14º 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 #5E695B is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 94 105 91 -
CMYK 0.10 0 0.13 0.59
HSL 107.14º 0.07% 0.38% -
HSV(B) 107.14º 0.13% 0.41% -
XYZ 11.56 13.24 11.84 -
YUV 100.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 94 105 91 0.10 0 0.13 0.59 107.14 0.07 0.38
Hex 5E 69 5B A 0 D 3B 6B 7 26
Octal 136 151 133 12 0 15 73 153 7 46
Binary 1011110 1101001 1011011 1010 0 1101 111011 1101011 111 100110

Color Harmonies of #5E695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E695B

Black with #5E695B

Text Example


Text Example

White with #5E695B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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