Html Css Color HEX #635957 Zambezi

📋 copy color: '#635957'

red 99 ◦ green 89 ◦ blue 87

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

Shades of Zambezi #635957

Tints of Zambezi #635957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.36%

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

R = 36%
G = 32.36%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#635957 (or 0x635957) is known color: Zambezi. HEX triplet: 63, 59 and 57. RGB value is (99,89,87). Sum of RGB (Red+Green+Blue) = 99+89+87=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635957 is #9CA6A8. Grayscale: #5B5B5B. Windows color (decimal): -10266281 or 5724515. OLE color: 5724515.

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

Color convert

RGB 99 89 87 -
CMYK 0 0.10 0.12 0.61
HSL 10º 0.06% 0.36% -
HSV(B) 10º 0.12% 0.39% -
XYZ 10.44 10.49 10.49 -
YUV 91.76 125.31 133.16 -
System Red Green Blue C M Y K H S L
Decimal 99 89 87 0 0.10 0.12 0.61 10 0.06 0.36
Hex 63 59 57 0 A C 3D A 6 24
Octal 143 131 127 0 12 14 75 12 6 44
Binary 1100011 1011001 1010111 0 1010 1100 111101 1010 110 100100

Color Harmonies of #635957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635957

Black with #635957

Text Example


Text Example

White with #635957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635957; }

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

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

background-color css

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

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

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

border-color css

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

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

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