Html Css Color HEX #635757 Zambezi

📋 copy color: '#635757'

red 99 ◦ green 87 ◦ blue 87

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

Shades of Zambezi #635757

Tints of Zambezi #635757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 87 (34.38% from 255) = 31.87%

R = 36.26%
G = 31.87%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#635757 (or 0x635757) is known color: Zambezi. HEX triplet: 63, 57 and 57. RGB value is (99,87,87). Sum of RGB (Red+Green+Blue) = 99+87+87=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 87 (34.38% from 255 or 31.87% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #635757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635757 is #9CA8A8. Grayscale: #5A5A5A. Windows color (decimal): -10266793 or 5724003. OLE color: 5724003.

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

Color convert

RGB 99 87 87 -
CMYK 0 0.12 0.12 0.61
HSL 0.06% 0.36% -
HSV(B) 0.12% 0.39% -
XYZ 10.27 10.16 10.44 -
YUV 90.59 125.98 134 -
System Red Green Blue C M Y K H S L
Decimal 99 87 87 0 0.12 0.12 0.61 0 0.06 0.36
Hex 63 57 57 0 C C 3D 0 6 24
Octal 143 127 127 0 14 14 75 0 6 44
Binary 1100011 1010111 1010111 0 1100 1100 111101 0 110 100100

Color Harmonies of #635757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635757

Black with #635757

Text Example


Text Example

White with #635757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635757; }

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

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

background-color css

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

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

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

border-color css

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

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

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