Html Css Color HEX #66525A Finn

📋 copy color: '#66525A'

red 102 ◦ green 82 ◦ blue 90

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

Shades of Finn #66525A

Tints of Finn #66525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 37.23%
G = 29.93%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#66525A (or 0x66525A) is known color: Finn. HEX triplet: 66, 52 and 5A. RGB value is (102,82,90). Sum of RGB (Red+Green+Blue) = 102+82+90=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 102 - color contains mainly: red. Hex color #66525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525A is #99ADA5. Grayscale: #585858. Windows color (decimal): -10071462 or 5919334. OLE color: 5919334.

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

Color convert

RGB 102 82 90 -
CMYK 0 0.20 0.12 0.6
HSL 336º 0.11% 0.36% -
HSV(B) 336º 0.2% 0.4% -
XYZ 10.34 9.6 10.98 -
YUV 88.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 102 82 90 0 0.20 0.12 0.6 336 0.11 0.36
Hex 66 52 5A 0 14 C 3C 150 B 24
Octal 146 122 132 0 24 14 74 520 13 44
Binary 1100110 1010010 1011010 0 10100 1100 111100 101010000 1011 100100

Color Harmonies of #66525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66525A

Black with #66525A

Text Example


Text Example

White with #66525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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