Html Css Color HEX #635858 Zambezi

📋 copy color: '#635858'

red 99 ◦ green 88 ◦ blue 88

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

Shades of Zambezi #635858

Tints of Zambezi #635858

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 36%
G = 32%
B = 32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#635858 (or 0x635858) is known color: Zambezi. HEX triplet: 63, 58 and 58. RGB value is (99,88,88). Sum of RGB (Red+Green+Blue) = 99+88+88=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635858 is #9CA7A7. Grayscale: #5B5B5B. Windows color (decimal): -10266536 or 5789795. OLE color: 5789795.

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

Color convert

RGB 99 88 88 -
CMYK 0 0.11 0.11 0.61
HSL 0.06% 0.37% -
HSV(B) 0.11% 0.39% -
XYZ 10.4 10.34 10.68 -
YUV 91.29 126.14 133.5 -
System Red Green Blue C M Y K H S L
Decimal 99 88 88 0 0.11 0.11 0.61 0 0.06 0.37
Hex 63 58 58 0 B B 3D 0 6 25
Octal 143 130 130 0 13 13 75 0 6 45
Binary 1100011 1011000 1011000 0 1011 1011 111101 0 110 100101

Color Harmonies of #635858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635858

Black with #635858

Text Example


Text Example

White with #635858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635858; }

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

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

background-color css

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

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

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

border-color css

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

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

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