Html Css Color HEX #665969 Fedora

📋 copy color: '#665969'

red 102 ◦ green 89 ◦ blue 105

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

Shades of Fedora #665969

Tints of Fedora #665969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.07%

 BLUE value IS 105 (41.41% from 255) = 35.47%

R = 34.46%
G = 30.07%
B = 35.47%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665969 (or 0x665969) is known color: Fedora. HEX triplet: 66, 59 and 69. RGB value is (102,89,105). Sum of RGB (Red+Green+Blue) = 102+89+105=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 105 - color contains mainly: blue. Hex color #665969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665969 is #99A696. Grayscale: #5E5E5E. Windows color (decimal): -10069655 or 6904166. OLE color: 6904166.

HSL color Cylindrical-coordinate representation of color #665969: hue angle of 288.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665969 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 89 105 -
CMYK 0.03 0.15 0 0.59
HSL 288.75º 0.08% 0.38% -
HSV(B) 288.75º 0.15% 0.41% -
XYZ 11.6 10.99 14.87 -
YUV 94.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 102 89 105 0.03 0.15 0 0.59 288.75 0.08 0.38
Hex 66 59 69 3 F 0 3B 121 8 26
Octal 146 131 151 3 17 0 73 441 10 46
Binary 1100110 1011001 1101001 11 1111 0 111011 100100001 1000 100110

Color Harmonies of #665969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665969

Black with #665969

Text Example


Text Example

White with #665969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665969; }

 p { color: rgb(102,89,105); }

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

background-color css

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

 a { background-color: rgb(102,89,105); }

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

border-color css

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

 span { border-color: rgb(102,89,105); }

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