Html Css Color HEX #5E685B Cactus

📋 copy color: '#5E685B'

red 94 ◦ green 104 ◦ blue 91

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

Shades of Cactus #5E685B

Tints of Cactus #5E685B

RGB

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

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

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

R = 32.53%
G = 35.99%
B = 31.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#5E685B (or 0x5E685B) is known color: Cactus. HEX triplet: 5E, 68 and 5B. RGB value is (94,104,91). Sum of RGB (Red+Green+Blue) = 94+104+91=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 104 - color contains mainly: green. Hex color #5E685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E685B is #A197A4. Grayscale: #636363. Windows color (decimal): -10590117 or 5990494. OLE color: 5990494.

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

Color convert

RGB 94 104 91 -
CMYK 0.10 0 0.12 0.59
HSL 106.15º 0.07% 0.38% -
HSV(B) 106.15º 0.13% 0.41% -
XYZ 11.45 13.04 11.81 -
YUV 99.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 94 104 91 0.10 0 0.12 0.59 106.15 0.07 0.38
Hex 5E 68 5B A 0 C 3B 6A 7 26
Octal 136 150 133 12 0 14 73 152 7 46
Binary 1011110 1101000 1011011 1010 0 1100 111011 1101010 111 100110

Color Harmonies of #5E685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E685B

Black with #5E685B

Text Example


Text Example

White with #5E685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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