Html Css Color HEX #635965 Fedora

📋 copy color: '#635965'

red 99 ◦ green 89 ◦ blue 101

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

Shades of Fedora #635965

Tints of Fedora #635965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.95%

R = 34.26%
G = 30.8%
B = 34.95%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#635965 (or 0x635965) is known color: Fedora. HEX triplet: 63, 59 and 65. RGB value is (99,89,101). Sum of RGB (Red+Green+Blue) = 99+89+101=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 101 - color contains mainly: blue. Hex color #635965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635965 is #9CA69A. Grayscale: #5D5D5D. Windows color (decimal): -10266267 or 6642019. OLE color: 6642019.

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

Color convert

RGB 99 89 101 -
CMYK 0.02 0.12 0 0.60
HSL 290º 0.06% 0.37% -
HSV(B) 290º 0.12% 0.4% -
XYZ 11.07 10.74 13.8 -
YUV 93.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 99 89 101 0.02 0.12 0 0.60 290 0.06 0.37
Hex 63 59 65 2 C 0 3C 122 6 25
Octal 143 131 145 2 14 0 74 442 6 45
Binary 1100011 1011001 1100101 10 1100 0 111100 100100010 110 100101

Color Harmonies of #635965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635965

Black with #635965

Text Example


Text Example

White with #635965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635965; }

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

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

background-color css

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

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

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

border-color css

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

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

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