Html Css Color HEX #664B65 Fedora

📋 copy color: '#664B65'

red 102 ◦ green 75 ◦ blue 101

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

Shades of Fedora #664B65

Tints of Fedora #664B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.98%

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

R = 36.69%
G = 26.98%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.01

 K value IS 0.6

RGB Variations

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

Color information

#664B65 (or 0x664B65) is known color: Fedora. HEX triplet: 66, 4B and 65. RGB value is (102,75,101). Sum of RGB (Red+Green+Blue) = 102+75+101=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #664B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664B65 is #99B49A. Grayscale: #555555. Windows color (decimal): -10073243 or 6638438. OLE color: 6638438.

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

Color convert

RGB 102 75 101 -
CMYK 0 0.26 0.01 0.6
HSL 302.22º 0.15% 0.35% -
HSV(B) 302.22º 0.26% 0.4% -
XYZ 10.34 8.8 13.46 -
YUV 86.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 102 75 101 0 0.26 0.01 0.6 302.22 0.15 0.35
Hex 66 4B 65 0 1A 1 3C 12E F 23
Octal 146 113 145 0 32 1 74 456 17 43
Binary 1100110 1001011 1100101 0 11010 1 111100 100101110 1111 100011

Color Harmonies of #664B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664B65

Black with #664B65

Text Example


Text Example

White with #664B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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