Html Css Color HEX #66474F Finn

📋 copy color: '#66474F'

red 102 ◦ green 71 ◦ blue 79

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

Shades of Finn #66474F

Tints of Finn #66474F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 40.48%
G = 28.17%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66474F (or 0x66474F) is known color: Finn. HEX triplet: 66, 47 and 4F. RGB value is (102,71,79). Sum of RGB (Red+Green+Blue) = 102+71+79=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #66474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66474F is #99B8B0. Grayscale: #515151. Windows color (decimal): -10074289 or 5195622. OLE color: 5195622.

HSL color Cylindrical-coordinate representation of color #66474F: hue angle of 344.52º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66474F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 71 79 -
CMYK 0 0.30 0.23 0.6
HSL 344.52º 0.18% 0.34% -
HSV(B) 344.52º 0.3% 0.4% -
XYZ 9.14 7.9 8.44 -
YUV 81.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 102 71 79 0 0.30 0.23 0.6 344.52 0.18 0.34
Hex 66 47 4F 0 1E 17 3C 159 12 22
Octal 146 107 117 0 36 27 74 531 22 42
Binary 1100110 1000111 1001111 0 11110 10111 111100 101011001 10010 100010

Color Harmonies of #66474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66474F

Black with #66474F

Text Example


Text Example

White with #66474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,71,79); }

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

background-color css

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

 a { background-color: rgb(102,71,79); }

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

border-color css

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

 span { border-color: rgb(102,71,79); }

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