Html Css Color HEX #5E685A Cactus

📋 copy color: '#5E685A'

red 94 ◦ green 104 ◦ blue 90

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

Shades of Cactus #5E685A

Tints of Cactus #5E685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 32.64%
G = 36.11%
B = 31.25%

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

#5E685A (or 0x5E685A) is known color: Cactus. HEX triplet: 5E, 68 and 5A. RGB value is (94,104,90). Sum of RGB (Red+Green+Blue) = 94+104+90=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 104 - color contains mainly: green. Hex color #5E685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E685A is #A197A5. Grayscale: #636363. Windows color (decimal): -10590118 or 5924958. OLE color: 5924958.

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

Color convert

RGB 94 104 90 -
CMYK 0.10 0 0.13 0.59
HSL 102.86º 0.07% 0.38% -
HSV(B) 102.86º 0.13% 0.41% -
XYZ 11.41 13.02 11.58 -
YUV 99.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 94 104 90 0.10 0 0.13 0.59 102.86 0.07 0.38
Hex 5E 68 5A A 0 D 3B 67 7 26
Octal 136 150 132 12 0 15 73 147 7 46
Binary 1011110 1101000 1011010 1010 0 1101 111011 1100111 111 100110

Color Harmonies of #5E685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E685A

Black with #5E685A

Text Example


Text Example

White with #5E685A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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