Html Css Color HEX #635E5E Zambezi

📋 copy color: '#635E5E'

red 99 ◦ green 94 ◦ blue 94

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

Shades of Zambezi #635E5E

Tints of Zambezi #635E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 34.49%
G = 32.75%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#635E5E (or 0x635E5E) is known color: Zambezi. HEX triplet: 63, 5E and 5E. RGB value is (99,94,94). Sum of RGB (Red+Green+Blue) = 99+94+94=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #635E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E5E is #9CA1A1. Grayscale: #5F5F5F. Windows color (decimal): -10264994 or 6184547. OLE color: 6184547.

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

Color convert

RGB 99 94 94 -
CMYK 0 0.05 0.05 0.61
HSL 0.03% 0.38% -
HSV(B) 0.05% 0.39% -
XYZ 11.17 11.47 12.21 -
YUV 95.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 99 94 94 0 0.05 0.05 0.61 0 0.03 0.38
Hex 63 5E 5E 0 5 5 3D 0 3 26
Octal 143 136 136 0 5 5 75 0 3 46
Binary 1100011 1011110 1011110 0 101 101 111101 0 11 100110

Color Harmonies of #635E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635E5E

Black with #635E5E

Text Example


Text Example

White with #635E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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