Html Css Color HEX #66464F Finn

📋 copy color: '#66464F'

red 102 ◦ green 70 ◦ blue 79

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

Shades of Finn #66464F

Tints of Finn #66464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 40.64%
G = 27.89%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.6

RGB Variations

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

Color information

#66464F (or 0x66464F) is known color: Finn. HEX triplet: 66, 46 and 4F. RGB value is (102,70,79). Sum of RGB (Red+Green+Blue) = 102+70+79=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #66464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66464F is #99B9B0. Grayscale: #505050. Windows color (decimal): -10074545 or 5195366. OLE color: 5195366.

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

Color convert

RGB 102 70 79 -
CMYK 0 0.31 0.23 0.6
HSL 343.13º 0.19% 0.34% -
HSV(B) 343.13º 0.31% 0.4% -
XYZ 9.08 7.77 8.42 -
YUV 80.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 102 70 79 0 0.31 0.23 0.6 343.13 0.19 0.34
Hex 66 46 4F 0 1F 17 3C 157 13 22
Octal 146 106 117 0 37 27 74 527 23 42
Binary 1100110 1000110 1001111 0 11111 10111 111100 101010111 10011 100010

Color Harmonies of #66464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66464F

Black with #66464F

Text Example


Text Example

White with #66464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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