Html Css Color HEX #634D65 Fedora

📋 copy color: '#634D65'

red 99 ◦ green 77 ◦ blue 101

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

Shades of Fedora #634D65

Tints of Fedora #634D65

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 35.74%
G = 27.8%
B = 36.46%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#634D65 (or 0x634D65) is known color: Fedora. HEX triplet: 63, 4D and 65. RGB value is (99,77,101). Sum of RGB (Red+Green+Blue) = 99+77+101=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 101 - color contains mainly: blue. Hex color #634D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #634D65 is #9CB29A. Grayscale: #565656. Windows color (decimal): -10269339 or 6638947. OLE color: 6638947.

HSL color Cylindrical-coordinate representation of color #634D65: hue angle of 295º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #634D65 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 99 77 101 -
CMYK 0.02 0.24 0 0.60
HSL 295º 0.13% 0.35% -
HSV(B) 295º 0.24% 0.4% -
XYZ 10.15 8.9 13.49 -
YUV 86.31 136.29 137.05 -
System Red Green Blue C M Y K H S L
Decimal 99 77 101 0.02 0.24 0 0.60 295 0.13 0.35
Hex 63 4D 65 2 18 0 3C 127 D 23
Octal 143 115 145 2 30 0 74 447 15 43
Binary 1100011 1001101 1100101 10 11000 0 111100 100100111 1101 100011

Color Harmonies of #634D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634D65

Black with #634D65

Text Example


Text Example

White with #634D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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