#66555B

Color #66555B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #66555B

Tints of Finn #66555B

Color information

#66555B (or 0x66555B) is unknown color: approx Finn. HEX triplet: 66, 55 and 5B. RGB value is (102,85,91). Sum of RGB (Red+Green+Blue) = 102+85+91=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #66555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555B is #99AAA4. Grayscale: #5A5A5A. Windows color (decimal): -10070693 or 5985638. OLE color: 5985638.

HSL color Cylindrical-coordinate representation of color #66555B: hue angle of 338.82º 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 #66555B is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1028591-
CMYK00.170.110.6
HSL338.82º9.09%36.67%-
HSV(B)338.82º16.67%40%-
XYZ10.6210.0811.28-
YUV90.77128.13136.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=36.69%
G=30.58%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102859100.170.110.6338.829.0936.67
Hex66555B011B3C153925
Octal14612513302113745231145
Binary11001101010101101101101000110111111001010100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66555B; }

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

 H1.HeaderClassName
 {
   color: #66555B;
 }
 .AnyTagClassName
 {
   color: #66555B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #66555B;
 }
 .BgClassName
 {
   background-color: #66555B;
 }
</style>
border-color css

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

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

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