Html Css Color HEX #5E635B Cactus

📋 copy color: '#5E635B'

red 94 ◦ green 99 ◦ blue 91

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

Shades of Cactus #5E635B

Tints of Cactus #5E635B

RGB

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

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

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

R = 33.1%
G = 34.86%
B = 32.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#5E635B (or 0x5E635B) is known color: Cactus. HEX triplet: 5E, 63 and 5B. RGB value is (94,99,91). Sum of RGB (Red+Green+Blue) = 94+99+91=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 99 - color contains mainly: green. Hex color #5E635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E635B is #A19CA4. Grayscale: #606060. Windows color (decimal): -10591397 or 5989214. OLE color: 5989214.

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

Color convert

RGB 94 99 91 -
CMYK 0.05 0 0.08 0.61
HSL 97.5º 0.04% 0.37% -
HSV(B) 97.5º 0.08% 0.39% -
XYZ 10.97 12.06 11.65 -
YUV 96.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 94 99 91 0.05 0 0.08 0.61 97.5 0.04 0.37
Hex 5E 63 5B 5 0 8 3D 62 4 25
Octal 136 143 133 5 0 10 75 142 4 45
Binary 1011110 1100011 1011011 101 0 1000 111101 1100010 100 100101

Color Harmonies of #5E635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E635B

Black with #5E635B

Text Example


Text Example

White with #5E635B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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