Html Css Color HEX #66525B Finn

📋 copy color: '#66525B'

red 102 ◦ green 82 ◦ blue 91

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

Shades of Finn #66525B

Tints of Finn #66525B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.09%

R = 37.09%
G = 29.82%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66525B (or 0x66525B) is known color: Finn. HEX triplet: 66, 52 and 5B. RGB value is (102,82,91). Sum of RGB (Red+Green+Blue) = 102+82+91=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66525B is #99ADA4. Grayscale: #585858. Windows color (decimal): -10071461 or 5984870. OLE color: 5984870.

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

Color convert

RGB 102 82 91 -
CMYK 0 0.20 0.11 0.6
HSL 333º 0.11% 0.36% -
HSV(B) 333º 0.2% 0.4% -
XYZ 10.39 9.61 11.21 -
YUV 89.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 102 82 91 0 0.20 0.11 0.6 333 0.11 0.36
Hex 66 52 5B 0 14 B 3C 14D B 24
Octal 146 122 133 0 24 13 74 515 13 44
Binary 1100110 1010010 1011011 0 10100 1011 111100 101001101 1011 100100

Color Harmonies of #66525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66525B

Black with #66525B

Text Example


Text Example

White with #66525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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