Html Css Color HEX #60475F Fedora

📋 copy color: '#60475F'

red 96 ◦ green 71 ◦ blue 95

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

Shades of Fedora #60475F

Tints of Fedora #60475F

RGB

 RED value IS 96 (37.89% from 255) = 36.64%

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

 BLUE value IS 95 (37.5% from 255) = 36.26%

R = 36.64%
G = 27.1%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#60475F (or 0x60475F) is known color: Fedora. HEX triplet: 60, 47 and 5F. RGB value is (96,71,95). Sum of RGB (Red+Green+Blue) = 96+71+95=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #60475F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475F is #9FB8A0. Grayscale: #515151. Windows color (decimal): -10467489 or 6244192. OLE color: 6244192.

HSL color Cylindrical-coordinate representation of color #60475F: hue angle of 302.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60475F is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 95 -
CMYK 0 0.26 0.01 0.62
HSL 302.4º 0.15% 0.33% -
HSV(B) 302.4º 0.26% 0.38% -
XYZ 9.14 7.82 11.85 -
YUV 81.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 96 71 95 0 0.26 0.01 0.62 302.4 0.15 0.33
Hex 60 47 5F 0 1A 1 3E 12E F 21
Octal 140 107 137 0 32 1 76 456 17 41
Binary 1100000 1000111 1011111 0 11010 1 111110 100101110 1111 100001

Color Harmonies of #60475F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60475F

Black with #60475F

Text Example


Text Example

White with #60475F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60475F; }

 p { color: rgb(96,71,95); }

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

background-color css

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

 a { background-color: rgb(96,71,95); }

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

border-color css

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

 span { border-color: rgb(96,71,95); }

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