Html Css Color HEX #65525A Finn

📋 copy color: '#65525A'

red 101 ◦ green 82 ◦ blue 90

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

Shades of Finn #65525A

Tints of Finn #65525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 37%
G = 30.04%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#65525A (or 0x65525A) is known color: Finn. HEX triplet: 65, 52 and 5A. RGB value is (101,82,90). Sum of RGB (Red+Green+Blue) = 101+82+90=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #65525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65525A is #9AADA5. Grayscale: #585858. Windows color (decimal): -10136998 or 5919333. OLE color: 5919333.

HSL color Cylindrical-coordinate representation of color #65525A: hue angle of 334.74º 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 #65525A is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 90 -
CMYK 0 0.19 0.11 0.60
HSL 334.74º 0.1% 0.36% -
HSV(B) 334.74º 0.19% 0.4% -
XYZ 10.23 9.54 10.98 -
YUV 88.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 101 82 90 0 0.19 0.11 0.60 334.74 0.1 0.36
Hex 65 52 5A 0 13 B 3C 14F A 24
Octal 145 122 132 0 23 13 74 517 12 44
Binary 1100101 1010010 1011010 0 10011 1011 111100 101001111 1010 100100

Color Harmonies of #65525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65525A

Black with #65525A

Text Example


Text Example

White with #65525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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