Html Css Color HEX #665E67 Fedora

📋 copy color: '#665E67'

red 102 ◦ green 94 ◦ blue 103

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

Shades of Fedora #665E67

Tints of Fedora #665E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.44%

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 34.11%
G = 31.44%
B = 34.45%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#665E67 (or 0x665E67) is known color: Fedora. HEX triplet: 66, 5E and 67. RGB value is (102,94,103). Sum of RGB (Red+Green+Blue) = 102+94+103=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 103 - color contains mainly: blue. Hex color #665E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E67 is #99A198. Grayscale: #616161. Windows color (decimal): -10068377 or 6774374. OLE color: 6774374.

HSL color Cylindrical-coordinate representation of color #665E67: hue angle of 293.33º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665E67 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 102 94 103 -
CMYK 0.01 0.09 0 0.60
HSL 293.33º 0.05% 0.39% -
HSV(B) 293.33º 0.09% 0.4% -
XYZ 11.93 11.81 14.48 -
YUV 97.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 102 94 103 0.01 0.09 0 0.60 293.33 0.05 0.39
Hex 66 5E 67 1 9 0 3C 125 5 27
Octal 146 136 147 1 11 0 74 445 5 47
Binary 1100110 1011110 1100111 1 1001 0 111100 100100101 101 100111

Color Harmonies of #665E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665E67

Black with #665E67

Text Example


Text Example

White with #665E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,103); }

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

background-color css

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

 a { background-color: rgb(102,94,103); }

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

border-color css

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

 span { border-color: rgb(102,94,103); }

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