Html Css Color HEX #65555D Finn

📋 copy color: '#65555D'

red 101 ◦ green 85 ◦ blue 93

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

Shades of Finn #65555D

Tints of Finn #65555D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 36.2%
G = 30.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#65555D (or 0x65555D) is known color: Finn. HEX triplet: 65, 55 and 5D. RGB value is (101,85,93). Sum of RGB (Red+Green+Blue) = 101+85+93=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #65555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65555D is #9AAAA2. Grayscale: #5A5A5A. Windows color (decimal): -10136227 or 6116709. OLE color: 6116709.

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

Color convert

RGB 101 85 93 -
CMYK 0 0.16 0.08 0.60
HSL 330º 0.09% 0.36% -
HSV(B) 330º 0.16% 0.4% -
XYZ 10.59 10.05 11.74 -
YUV 90.7 129.3 135.35 -
System Red Green Blue C M Y K H S L
Decimal 101 85 93 0 0.16 0.08 0.60 330 0.09 0.36
Hex 65 55 5D 0 10 8 3C 14A 9 24
Octal 145 125 135 0 20 10 74 512 11 44
Binary 1100101 1010101 1011101 0 10000 1000 111100 101001010 1001 100100

Color Harmonies of #65555D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65555D

Black with #65555D

Text Example


Text Example

White with #65555D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65555D; }

 p { color: rgb(101,85,93); }

 H1.HeaderClassName
 {
   color: #65555D;
 }
 .AnyTagClassName
 {
   color: #65555D;
 }
</style>

background-color css

<style>
 a { background-color: #65555D; }

 a { background-color: rgb(101,85,93); }

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

border-color css

<style>
 span { border-color: #65555D; }

 span { border-color: rgb(101,85,93); }

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