Html Css Color HEX #664A65 Fedora

📋 copy color: '#664A65'

red 102 ◦ green 74 ◦ blue 101

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

Shades of Fedora #664A65

Tints of Fedora #664A65

RGB

 RED value IS 102 (40.23% from 255) = 36.82%

 GREEN value IS 74 (29.3% from 255) = 26.71%

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

R = 36.82%
G = 26.71%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664A65 (or 0x664A65) is known color: Fedora. HEX triplet: 66, 4A and 65. RGB value is (102,74,101). Sum of RGB (Red+Green+Blue) = 102+74+101=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #664A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664A65 is #99B59A. Grayscale: #555555. Windows color (decimal): -10073499 or 6638182. OLE color: 6638182.

HSL color Cylindrical-coordinate representation of color #664A65: hue angle of 302.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664A65 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 74 101 -
CMYK 0 0.27 0.01 0.6
HSL 302.14º 0.16% 0.35% -
HSV(B) 302.14º 0.27% 0.4% -
XYZ 10.28 8.66 13.44 -
YUV 85.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 102 74 101 0 0.27 0.01 0.6 302.14 0.16 0.35
Hex 66 4A 65 0 1B 1 3C 12E 10 23
Octal 146 112 145 0 33 1 74 456 20 43
Binary 1100110 1001010 1100101 0 11011 1 111100 100101110 10000 100011

Color Harmonies of #664A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664A65

Black with #664A65

Text Example


Text Example

White with #664A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664A65; }

 p { color: rgb(102,74,101); }

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

background-color css

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

 a { background-color: rgb(102,74,101); }

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

border-color css

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

 span { border-color: rgb(102,74,101); }

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