Html Css Color HEX #634761 Fedora

📋 copy color: '#634761'

red 99 ◦ green 71 ◦ blue 97

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

Shades of Fedora #634761

Tints of Fedora #634761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.59%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 37.08%
G = 26.59%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#634761 (or 0x634761) is known color: Fedora. HEX triplet: 63, 47 and 61. RGB value is (99,71,97). Sum of RGB (Red+Green+Blue) = 99+71+97=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #634761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634761 is #9CB89E. Grayscale: #525252. Windows color (decimal): -10270879 or 6375267. OLE color: 6375267.

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

Color convert

RGB 99 71 97 -
CMYK 0 0.28 0.02 0.61
HSL 304.29º 0.16% 0.33% -
HSV(B) 304.29º 0.28% 0.39% -
XYZ 9.56 8.02 12.35 -
YUV 82.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 99 71 97 0 0.28 0.02 0.61 304.29 0.16 0.33
Hex 63 47 61 0 1C 2 3D 130 10 21
Octal 143 107 141 0 34 2 75 460 20 41
Binary 1100011 1000111 1100001 0 11100 10 111101 100110000 10000 100001

Color Harmonies of #634761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634761

Black with #634761

Text Example


Text Example

White with #634761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634761; }

 p { color: rgb(99,71,97); }

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

background-color css

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

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

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

border-color css

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

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

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