Html Css Color HEX #635E5D Zambezi

📋 copy color: '#635E5D'

red 99 ◦ green 94 ◦ blue 93

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

Shades of Zambezi #635E5D

Tints of Zambezi #635E5D

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#635E5D (or 0x635E5D) is known color: Zambezi. HEX triplet: 63, 5E and 5D. RGB value is (99,94,93). Sum of RGB (Red+Green+Blue) = 99+94+93=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #635E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E5D is #9CA1A2. Grayscale: #5F5F5F. Windows color (decimal): -10264995 or 6119011. OLE color: 6119011.

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

Color convert

RGB 99 94 93 -
CMYK 0 0.05 0.06 0.61
HSL 10º 0.03% 0.38% -
HSV(B) 10º 0.06% 0.39% -
XYZ 11.12 11.45 11.98 -
YUV 95.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 99 94 93 0 0.05 0.06 0.61 10 0.03 0.38
Hex 63 5E 5D 0 5 6 3D A 3 26
Octal 143 136 135 0 5 6 75 12 3 46
Binary 1100011 1011110 1011101 0 101 110 111101 1010 11 100110

Color Harmonies of #635E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E5D

Black with #635E5D

Text Example


Text Example

White with #635E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635E5D; }

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

 H1.HeaderClassName
 {
   color: #635E5D;
 }
 .AnyTagClassName
 {
   color: #635E5D;
 }
</style>

background-color css

<style>
 a { background-color: #635E5D; }

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

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

border-color css

<style>
 span { border-color: #635E5D; }

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

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