Html Css Color HEX #66555F Finn

📋 copy color: '#66555F'

red 102 ◦ green 85 ◦ blue 95

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

Shades of Finn #66555F

Tints of Finn #66555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 36.17%
G = 30.14%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#66555F (or 0x66555F) is known color: Finn. HEX triplet: 66, 55 and 5F. RGB value is (102,85,95). Sum of RGB (Red+Green+Blue) = 102+85+95=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66555F is #99AAA0. Grayscale: #5B5B5B. Windows color (decimal): -10070689 or 6247782. OLE color: 6247782.

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

Color convert

RGB 102 85 95 -
CMYK 0 0.17 0.07 0.6
HSL 324.71º 0.09% 0.37% -
HSV(B) 324.71º 0.17% 0.4% -
XYZ 10.79 10.15 12.22 -
YUV 91.22 130.13 135.69 -
System Red Green Blue C M Y K H S L
Decimal 102 85 95 0 0.17 0.07 0.6 324.71 0.09 0.37
Hex 66 55 5F 0 11 7 3C 145 9 25
Octal 146 125 137 0 21 7 74 505 11 45
Binary 1100110 1010101 1011111 0 10001 111 111100 101000101 1001 100101

Color Harmonies of #66555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66555F

Black with #66555F

Text Example


Text Example

White with #66555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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