Html Css Color HEX #635F65 Fedora

📋 copy color: '#635F65'

red 99 ◦ green 95 ◦ blue 101

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

Shades of Fedora #635F65

Tints of Fedora #635F65

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.2%

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

R = 33.56%
G = 32.2%
B = 34.24%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#635F65 (or 0x635F65) is known color: Fedora. HEX triplet: 63, 5F and 65. RGB value is (99,95,101). Sum of RGB (Red+Green+Blue) = 99+95+101=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 101 - color contains mainly: blue. Hex color #635F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635F65 is #9CA09A. Grayscale: #606060. Windows color (decimal): -10264731 or 6643555. OLE color: 6643555.

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

Color convert

RGB 99 95 101 -
CMYK 0.02 0.06 0 0.60
HSL 280º 0.03% 0.38% -
HSV(B) 280º 0.06% 0.4% -
XYZ 11.59 11.78 13.97 -
YUV 96.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 99 95 101 0.02 0.06 0 0.60 280 0.03 0.38
Hex 63 5F 65 2 6 0 3C 118 3 26
Octal 143 137 145 2 6 0 74 430 3 46
Binary 1100011 1011111 1100101 10 110 0 111100 100011000 11 100110

Color Harmonies of #635F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635F65

Black with #635F65

Text Example


Text Example

White with #635F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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