Html Css Color HEX #66565E Finn

📋 copy color: '#66565E'

red 102 ◦ green 86 ◦ blue 94

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

Shades of Finn #66565E

Tints of Finn #66565E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.5%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 36.17%
G = 30.5%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66565E (or 0x66565E) is known color: Finn. HEX triplet: 66, 56 and 5E. RGB value is (102,86,94). Sum of RGB (Red+Green+Blue) = 102+86+94=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #66565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66565E is #99A9A1. Grayscale: #5B5B5B. Windows color (decimal): -10070434 or 6182502. OLE color: 6182502.

HSL color Cylindrical-coordinate representation of color #66565E: hue angle of 330º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #66565E is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 86 94 -
CMYK 0 0.16 0.08 0.6
HSL 330º 0.09% 0.37% -
HSV(B) 330º 0.16% 0.4% -
XYZ 10.83 10.29 12 -
YUV 91.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 102 86 94 0 0.16 0.08 0.6 330 0.09 0.37
Hex 66 56 5E 0 10 8 3C 14A 9 25
Octal 146 126 136 0 20 10 74 512 11 45
Binary 1100110 1010110 1011110 0 10000 1000 111100 101001010 1001 100101

Color Harmonies of #66565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66565E

Black with #66565E

Text Example


Text Example

White with #66565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,86,94); }

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

background-color css

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

 a { background-color: rgb(102,86,94); }

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

border-color css

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

 span { border-color: rgb(102,86,94); }

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