Html Css Color HEX #5E635D Cactus

📋 copy color: '#5E635D'

red 94 ◦ green 99 ◦ blue 93

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

Shades of Cactus #5E635D

Tints of Cactus #5E635D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.62%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 32.87%
G = 34.62%
B = 32.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#5E635D (or 0x5E635D) is known color: Cactus. HEX triplet: 5E, 63 and 5D. RGB value is (94,99,93). Sum of RGB (Red+Green+Blue) = 94+99+93=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635D is #A19CA2. Grayscale: #606060. Windows color (decimal): -10591395 or 6120286. OLE color: 6120286.

HSL color Cylindrical-coordinate representation of color #5E635D: hue angle of 110º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5E635D is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 94 99 93 -
CMYK 0.05 0 0.06 0.61
HSL 110º 0.03% 0.38% -
HSV(B) 110º 0.06% 0.39% -
XYZ 11.05 12.09 12.11 -
YUV 96.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 94 99 93 0.05 0 0.06 0.61 110 0.03 0.38
Hex 5E 63 5D 5 0 6 3D 6E 3 26
Octal 136 143 135 5 0 6 75 156 3 46
Binary 1011110 1100011 1011101 101 0 110 111101 1101110 11 100110

Color Harmonies of #5E635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E635D

Black with #5E635D

Text Example


Text Example

White with #5E635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,99,93); }

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

background-color css

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

 a { background-color: rgb(94,99,93); }

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

border-color css

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

 span { border-color: rgb(94,99,93); }

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