Html Css Color HEX #665558 Falcon

📋 copy color: '#665558'

red 102 ◦ green 85 ◦ blue 88

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

Shades of Falcon #665558

Tints of Falcon #665558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 37.09%
G = 30.91%
B = 32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#665558 (or 0x665558) is known color: Falcon. HEX triplet: 66, 55 and 58. RGB value is (102,85,88). Sum of RGB (Red+Green+Blue) = 102+85+88=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665558 is #99AAA7. Grayscale: #5A5A5A. Windows color (decimal): -10070696 or 5789030. OLE color: 5789030.

HSL color Cylindrical-coordinate representation of color #665558: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665558 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 85 88 -
CMYK 0 0.17 0.14 0.6
HSL 349.41º 0.09% 0.37% -
HSV(B) 349.41º 0.17% 0.4% -
XYZ 10.49 10.03 10.61 -
YUV 90.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 102 85 88 0 0.17 0.14 0.6 349.41 0.09 0.37
Hex 66 55 58 0 11 E 3C 15D 9 25
Octal 146 125 130 0 21 16 74 535 11 45
Binary 1100110 1010101 1011000 0 10001 1110 111100 101011101 1001 100101

Color Harmonies of #665558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665558

Black with #665558

Text Example


Text Example

White with #665558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665558; }

 p { color: rgb(102,85,88); }

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

background-color css

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

 a { background-color: rgb(102,85,88); }

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

border-color css

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

 span { border-color: rgb(102,85,88); }

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