Html Css Color HEX #635B5A Zambezi

📋 copy color: '#635B5A'

red 99 ◦ green 91 ◦ blue 90

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

Shades of Zambezi #635B5A

Tints of Zambezi #635B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 90 (35.55% from 255) = 32.14%

R = 35.36%
G = 32.5%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#635B5A (or 0x635B5A) is known color: Zambezi. HEX triplet: 63, 5B and 5A. RGB value is (99,91,90). Sum of RGB (Red+Green+Blue) = 99+91+90=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B5A is #9CA4A5. Grayscale: #5D5D5D. Windows color (decimal): -10265766 or 5921635. OLE color: 5921635.

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

Color convert

RGB 99 91 90 -
CMYK 0 0.08 0.09 0.61
HSL 6.67º 0.05% 0.37% -
HSV(B) 6.67º 0.09% 0.39% -
XYZ 10.73 10.87 11.21 -
YUV 93.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 99 91 90 0 0.08 0.09 0.61 6.67 0.05 0.37
Hex 63 5B 5A 0 8 9 3D 7 5 25
Octal 143 133 132 0 10 11 75 7 5 45
Binary 1100011 1011011 1011010 0 1000 1001 111101 111 101 100101

Color Harmonies of #635B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635B5A

Black with #635B5A

Text Example


Text Example

White with #635B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,91,90); }

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

background-color css

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

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

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

border-color css

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

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

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