Html Css Color HEX #65525B Finn

📋 copy color: '#65525B'

red 101 ◦ green 82 ◦ blue 91

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

Shades of Finn #65525B

Tints of Finn #65525B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 36.86%
G = 29.93%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#65525B (or 0x65525B) is known color: Finn. HEX triplet: 65, 52 and 5B. RGB value is (101,82,91). Sum of RGB (Red+Green+Blue) = 101+82+91=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #65525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525B is #9AADA4. Grayscale: #585858. Windows color (decimal): -10136997 or 5984869. OLE color: 5984869.

HSL color Cylindrical-coordinate representation of color #65525B: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #65525B is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 91 -
CMYK 0 0.19 0.10 0.60
HSL 331.58º 0.1% 0.36% -
HSV(B) 331.58º 0.19% 0.4% -
XYZ 10.27 9.56 11.2 -
YUV 88.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 101 82 91 0 0.19 0.10 0.60 331.58 0.1 0.36
Hex 65 52 5B 0 13 A 3C 14C A 24
Octal 145 122 133 0 23 12 74 514 12 44
Binary 1100101 1010010 1011011 0 10011 1010 111100 101001100 1010 100100

Color Harmonies of #65525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65525B

Black with #65525B

Text Example


Text Example

White with #65525B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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