Html Css Color HEX #5F635D Cactus

📋 copy color: '#5F635D'

red 95 ◦ green 99 ◦ blue 93

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

Shades of Cactus #5F635D

Tints of Cactus #5F635D

RGB

 RED value IS 95 (37.5% from 255) = 33.1%

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

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

R = 33.1%
G = 34.49%
B = 32.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#5F635D (or 0x5F635D) is known color: Cactus. HEX triplet: 5F, 63 and 5D. RGB value is (95,99,93). Sum of RGB (Red+Green+Blue) = 95+99+93=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 99 - color contains mainly: green. Hex color #5F635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F635D is #A09CA2. Grayscale: #616161. Windows color (decimal): -10525859 or 6120287. OLE color: 6120287.

HSL color Cylindrical-coordinate representation of color #5F635D: hue angle of 100º 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 #5F635D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 95 99 93 -
CMYK 0.04 0 0.06 0.61
HSL 100º 0.03% 0.38% -
HSV(B) 100º 0.06% 0.39% -
XYZ 11.16 12.15 12.11 -
YUV 97.12 125.67 126.49 -
System Red Green Blue C M Y K H S L
Decimal 95 99 93 0.04 0 0.06 0.61 100 0.03 0.38
Hex 5F 63 5D 4 0 6 3D 64 3 26
Octal 137 143 135 4 0 6 75 144 3 46
Binary 1011111 1100011 1011101 100 0 110 111101 1100100 11 100110

Color Harmonies of #5F635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F635D

Black with #5F635D

Text Example


Text Example

White with #5F635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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