Html Css Color HEX #665768 Fedora

📋 copy color: '#665768'

red 102 ◦ green 87 ◦ blue 104

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

Shades of Fedora #665768

Tints of Fedora #665768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.69%

 BLUE value IS 104 (41.02% from 255) = 35.49%

R = 34.81%
G = 29.69%
B = 35.49%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#665768 (or 0x665768) is known color: Fedora. HEX triplet: 66, 57 and 68. RGB value is (102,87,104). Sum of RGB (Red+Green+Blue) = 102+87+104=293 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.81% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 104 - color contains mainly: blue. Hex color #665768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665768 is #99A897. Grayscale: #5D5D5D. Windows color (decimal): -10070168 or 6838118. OLE color: 6838118.

HSL color Cylindrical-coordinate representation of color #665768: hue angle of 292.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #665768 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 87 104 -
CMYK 0.02 0.16 0 0.59
HSL 292.94º 0.09% 0.37% -
HSV(B) 292.94º 0.16% 0.41% -
XYZ 11.39 10.64 14.55 -
YUV 93.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 102 87 104 0.02 0.16 0 0.59 292.94 0.09 0.37
Hex 66 57 68 2 10 0 3B 125 9 25
Octal 146 127 150 2 20 0 73 445 11 45
Binary 1100110 1010111 1101000 10 10000 0 111011 100100101 1001 100101

Color Harmonies of #665768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665768

Black with #665768

Text Example


Text Example

White with #665768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665768; }

 p { color: rgb(102,87,104); }

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

background-color css

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

 a { background-color: rgb(102,87,104); }

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

border-color css

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

 span { border-color: rgb(102,87,104); }

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