Html Css Color HEX #65565E Finn

📋 copy color: '#65565E'

red 101 ◦ green 86 ◦ blue 94

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

Shades of Finn #65565E

Tints of Finn #65565E

RGB

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

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

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

R = 35.94%
G = 30.6%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#65565E (or 0x65565E) is known color: Finn. HEX triplet: 65, 56 and 5E. RGB value is (101,86,94). Sum of RGB (Red+Green+Blue) = 101+86+94=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #65565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65565E is #9AA9A1. Grayscale: #5B5B5B. Windows color (decimal): -10135970 or 6182501. OLE color: 6182501.

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

Color convert

RGB 101 86 94 -
CMYK 0 0.15 0.07 0.60
HSL 328º 0.08% 0.37% -
HSV(B) 328º 0.15% 0.4% -
XYZ 10.72 10.23 12 -
YUV 91.4 129.47 134.85 -
System Red Green Blue C M Y K H S L
Decimal 101 86 94 0 0.15 0.07 0.60 328 0.08 0.37
Hex 65 56 5E 0 F 7 3C 148 8 25
Octal 145 126 136 0 17 7 74 510 10 45
Binary 1100101 1010110 1011110 0 1111 111 111100 101001000 1000 100101

Color Harmonies of #65565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65565E

Black with #65565E

Text Example


Text Example

White with #65565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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