Html Css Color HEX #635655 Zambezi

📋 copy color: '#635655'

red 99 ◦ green 86 ◦ blue 85

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

Shades of Zambezi #635655

Tints of Zambezi #635655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 85 (33.59% from 255) = 31.48%

R = 36.67%
G = 31.85%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#635655 (or 0x635655) is known color: Zambezi. HEX triplet: 63, 56 and 55. RGB value is (99,86,85). Sum of RGB (Red+Green+Blue) = 99+86+85=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635655 is #9CA9AA. Grayscale: #595959. Windows color (decimal): -10267051 or 5592675. OLE color: 5592675.

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

Color convert

RGB 99 86 85 -
CMYK 0 0.13 0.14 0.61
HSL 4.29º 0.08% 0.36% -
HSV(B) 4.29º 0.14% 0.39% -
XYZ 10.11 9.96 9.98 -
YUV 89.77 125.31 134.58 -
System Red Green Blue C M Y K H S L
Decimal 99 86 85 0 0.13 0.14 0.61 4.29 0.08 0.36
Hex 63 56 55 0 D E 3D 4 8 24
Octal 143 126 125 0 15 16 75 4 10 44
Binary 1100011 1010110 1010101 0 1101 1110 111101 100 1000 100100

Color Harmonies of #635655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635655

Black with #635655

Text Example


Text Example

White with #635655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635655; }

 p { color: rgb(99,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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