Html Css Color HEX #66424E Finn

📋 copy color: '#66424E'

red 102 ◦ green 66 ◦ blue 78

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

Shades of Finn #66424E

Tints of Finn #66424E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 41.46%
G = 26.83%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#66424E (or 0x66424E) is known color: Finn. HEX triplet: 66, 42 and 4E. RGB value is (102,66,78). Sum of RGB (Red+Green+Blue) = 102+66+78=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66424E is #99BDB1. Grayscale: #4E4E4E. Windows color (decimal): -10075570 or 5128806. OLE color: 5128806.

HSL color Cylindrical-coordinate representation of color #66424E: hue angle of 340º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66424E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 78 -
CMYK 0 0.35 0.24 0.6
HSL 340º 0.21% 0.33% -
HSV(B) 340º 0.35% 0.4% -
XYZ 8.8 7.27 8.15 -
YUV 78.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 102 66 78 0 0.35 0.24 0.6 340 0.21 0.33
Hex 66 42 4E 0 23 18 3C 154 15 21
Octal 146 102 116 0 43 30 74 524 25 41
Binary 1100110 1000010 1001110 0 100011 11000 111100 101010100 10101 100001

Color Harmonies of #66424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66424E

Black with #66424E

Text Example


Text Example

White with #66424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66424E; }

 p { color: rgb(102,66,78); }

 H1.HeaderClassName
 {
   color: #66424E;
 }
 .AnyTagClassName
 {
   color: #66424E;
 }
</style>

background-color css

<style>
 a { background-color: #66424E; }

 a { background-color: rgb(102,66,78); }

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

border-color css

<style>
 span { border-color: #66424E; }

 span { border-color: rgb(102,66,78); }

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