Html Css Color HEX #65465B Finn

📋 copy color: '#65465B'

red 101 ◦ green 70 ◦ blue 91

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

Shades of Finn #65465B

Tints of Finn #65465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 38.55%
G = 26.72%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65465B (or 0x65465B) is known color: Finn. HEX triplet: 65, 46 and 5B. RGB value is (101,70,91). Sum of RGB (Red+Green+Blue) = 101+70+91=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65465B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65465B is #9AB9A4. Grayscale: #515151. Windows color (decimal): -10140069 or 5981797. OLE color: 5981797.

HSL color Cylindrical-coordinate representation of color #65465B: hue angle of 319.35º degrees, saturation: 0.18, 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 #65465B is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 70 91 -
CMYK 0 0.31 0.10 0.60
HSL 319.35º 0.18% 0.34% -
HSV(B) 319.35º 0.31% 0.4% -
XYZ 9.45 7.9 10.93 -
YUV 81.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 101 70 91 0 0.31 0.10 0.60 319.35 0.18 0.34
Hex 65 46 5B 0 1F A 3C 13F 12 22
Octal 145 106 133 0 37 12 74 477 22 42
Binary 1100101 1000110 1011011 0 11111 1010 111100 100111111 10010 100010

Color Harmonies of #65465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65465B

Black with #65465B

Text Example


Text Example

White with #65465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65465B; }

 p { color: rgb(101,70,91); }

 H1.HeaderClassName
 {
   color: #65465B;
 }
 .AnyTagClassName
 {
   color: #65465B;
 }
</style>

background-color css

<style>
 a { background-color: #65465B; }

 a { background-color: rgb(101,70,91); }

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

border-color css

<style>
 span { border-color: #65465B; }

 span { border-color: rgb(101,70,91); }

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