Html Css Color HEX #65515C Finn

📋 copy color: '#65515C'

red 101 ◦ green 81 ◦ blue 92

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

Shades of Finn #65515C

Tints of Finn #65515C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 36.86%
G = 29.56%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#65515C (or 0x65515C) is known color: Finn. HEX triplet: 65, 51 and 5C. RGB value is (101,81,92). Sum of RGB (Red+Green+Blue) = 101+81+92=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #65515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65515C is #9AAEA3. Grayscale: #585858. Windows color (decimal): -10137252 or 6050149. OLE color: 6050149.

HSL color Cylindrical-coordinate representation of color #65515C: hue angle of 327º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #65515C is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 81 92 -
CMYK 0 0.20 0.09 0.60
HSL 327º 0.11% 0.36% -
HSV(B) 327º 0.2% 0.4% -
XYZ 10.24 9.42 11.4 -
YUV 88.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 101 81 92 0 0.20 0.09 0.60 327 0.11 0.36
Hex 65 51 5C 0 14 9 3C 147 B 24
Octal 145 121 134 0 24 11 74 507 13 44
Binary 1100101 1010001 1011100 0 10100 1001 111100 101000111 1011 100100

Color Harmonies of #65515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65515C

Black with #65515C

Text Example


Text Example

White with #65515C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65515C; }

 p { color: rgb(101,81,92); }

 H1.HeaderClassName
 {
   color: #65515C;
 }
 .AnyTagClassName
 {
   color: #65515C;
 }
</style>

background-color css

<style>
 a { background-color: #65515C; }

 a { background-color: rgb(101,81,92); }

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

border-color css

<style>
 span { border-color: #65515C; }

 span { border-color: rgb(101,81,92); }

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