Html Css Color HEX #66555B Finn

📋 copy color: '#66555B'

red 102 ◦ green 85 ◦ blue 91

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

Shades of Finn #66555B

Tints of Finn #66555B

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 value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66555B (or 0x66555B) is known color: 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

RGB 102 85 91 -
CMYK 0 0.17 0.11 0.6
HSL 338.82º 0.09% 0.37% -
HSV(B) 338.82º 0.17% 0.4% -
XYZ 10.62 10.08 11.28 -
YUV 90.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 102 85 91 0 0.17 0.11 0.6 338.82 0.09 0.37
Hex 66 55 5B 0 11 B 3C 153 9 25
Octal 146 125 133 0 21 13 74 523 11 45
Binary 1100110 1010101 1011011 0 10001 1011 111100 101010011 1001 100101

Color Harmonies of #66555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66555B

Black with #66555B

Text Example


Text Example

White with #66555B

Text Example


Text Example

HTML Codes & Css Web 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>