Html Css Color HEX #65474F Finn

📋 copy color: '#65474F'

red 101 ◦ green 71 ◦ blue 79

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

Shades of Finn #65474F

Tints of Finn #65474F

RGB

 RED value IS 101 (39.84% from 255) = 40.24%

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

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

R = 40.24%
G = 28.29%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#65474F (or 0x65474F) is known color: Finn. HEX triplet: 65, 47 and 4F. RGB value is (101,71,79). Sum of RGB (Red+Green+Blue) = 101+71+79=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #65474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65474F is #9AB8B0. Grayscale: #505050. Windows color (decimal): -10139825 or 5195621. OLE color: 5195621.

HSL color Cylindrical-coordinate representation of color #65474F: hue angle of 344º degrees, saturation: 0.17, 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 #65474F is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 71 79 -
CMYK 0 0.30 0.22 0.60
HSL 344º 0.17% 0.34% -
HSV(B) 344º 0.3% 0.4% -
XYZ 9.03 7.84 8.43 -
YUV 80.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 101 71 79 0 0.30 0.22 0.60 344 0.17 0.34
Hex 65 47 4F 0 1E 16 3C 158 11 22
Octal 145 107 117 0 36 26 74 530 21 42
Binary 1100101 1000111 1001111 0 11110 10110 111100 101011000 10001 100010

Color Harmonies of #65474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65474F

Black with #65474F

Text Example


Text Example

White with #65474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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