Html Css Color HEX #665D6B Fedora

📋 copy color: '#665D6B'

red 102 ◦ green 93 ◦ blue 107

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

Shades of Fedora #665D6B

Tints of Fedora #665D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 107 (42.19% from 255) = 35.43%

R = 33.77%
G = 30.79%
B = 35.43%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#665D6B (or 0x665D6B) is known color: Fedora. HEX triplet: 66, 5D and 6B. RGB value is (102,93,107). Sum of RGB (Red+Green+Blue) = 102+93+107=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #665D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D6B is #99A294. Grayscale: #616161. Windows color (decimal): -10068629 or 7036262. OLE color: 7036262.

HSL color Cylindrical-coordinate representation of color #665D6B: hue angle of 278.57º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665D6B is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 102 93 107 -
CMYK 0.05 0.13 0 0.58
HSL 278.57º 0.07% 0.39% -
HSV(B) 278.57º 0.13% 0.42% -
XYZ 12.05 11.72 15.54 -
YUV 97.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 102 93 107 0.05 0.13 0 0.58 278.57 0.07 0.39
Hex 66 5D 6B 5 D 0 3A 117 7 27
Octal 146 135 153 5 15 0 72 427 7 47
Binary 1100110 1011101 1101011 101 1101 0 111010 100010111 111 100111

Color Harmonies of #665D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665D6B

Black with #665D6B

Text Example


Text Example

White with #665D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665D6B; }

 p { color: rgb(102,93,107); }

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

background-color css

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

 a { background-color: rgb(102,93,107); }

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

border-color css

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

 span { border-color: rgb(102,93,107); }

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