Html Css Color HEX #66545A Finn

📋 copy color: '#66545A'

red 102 ◦ green 84 ◦ blue 90

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

Shades of Finn #66545A

Tints of Finn #66545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 36.96%
G = 30.43%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#66545A (or 0x66545A) is known color: Finn. HEX triplet: 66, 54 and 5A. RGB value is (102,84,90). Sum of RGB (Red+Green+Blue) = 102+84+90=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66545A is #99ABA5. Grayscale: #5A5A5A. Windows color (decimal): -10070950 or 5919846. OLE color: 5919846.

HSL color Cylindrical-coordinate representation of color #66545A: hue angle of 340º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #66545A is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 84 90 -
CMYK 0 0.18 0.12 0.6
HSL 340º 0.1% 0.36% -
HSV(B) 340º 0.18% 0.4% -
XYZ 10.5 9.9 11.03 -
YUV 90.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 102 84 90 0 0.18 0.12 0.6 340 0.1 0.36
Hex 66 54 5A 0 12 C 3C 154 A 24
Octal 146 124 132 0 22 14 74 524 12 44
Binary 1100110 1010100 1011010 0 10010 1100 111100 101010100 1010 100100

Color Harmonies of #66545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66545A

Black with #66545A

Text Example


Text Example

White with #66545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66545A; }

 p { color: rgb(102,84,90); }

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

background-color css

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

 a { background-color: rgb(102,84,90); }

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

border-color css

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

 span { border-color: rgb(102,84,90); }

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