Html Css Color HEX #664C65 Fedora

📋 copy color: '#664C65'

red 102 ◦ green 76 ◦ blue 101

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

Shades of Fedora #664C65

Tints of Fedora #664C65

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

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

R = 36.56%
G = 27.24%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664C65 (or 0x664C65) is known color: Fedora. HEX triplet: 66, 4C and 65. RGB value is (102,76,101). Sum of RGB (Red+Green+Blue) = 102+76+101=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #664C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664C65 is #99B39A. Grayscale: #565656. Windows color (decimal): -10072987 or 6638694. OLE color: 6638694.

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

Color convert

RGB 102 76 101 -
CMYK 0 0.25 0.01 0.6
HSL 302.31º 0.15% 0.35% -
HSV(B) 302.31º 0.25% 0.4% -
XYZ 10.41 8.93 13.49 -
YUV 86.62 136.11 138.97 -
System Red Green Blue C M Y K H S L
Decimal 102 76 101 0 0.25 0.01 0.6 302.31 0.15 0.35
Hex 66 4C 65 0 19 1 3C 12E F 23
Octal 146 114 145 0 31 1 74 456 17 43
Binary 1100110 1001100 1100101 0 11001 1 111100 100101110 1111 100011

Color Harmonies of #664C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C65

Black with #664C65

Text Example


Text Example

White with #664C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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