Html Css Color HEX #6A525D Finn

📋 copy color: '#6A525D'

red 106 ◦ green 82 ◦ blue 93

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

Shades of Finn #6A525D

Tints of Finn #6A525D

RGB

 RED value IS 106 (41.8% from 255) = 37.72%

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

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

R = 37.72%
G = 29.18%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A525D (or 0x6A525D) is known color: Finn. HEX triplet: 6A, 52 and 5D. RGB value is (106,82,93). Sum of RGB (Red+Green+Blue) = 106+82+93=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A525D is #95ADA2. Grayscale: #5A5A5A. Windows color (decimal): -9809315 or 6115946. OLE color: 6115946.

HSL color Cylindrical-coordinate representation of color #6A525D: hue angle of 332.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A525D is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 82 93 -
CMYK 0 0.23 0.12 0.58
HSL 332.5º 0.13% 0.37% -
HSV(B) 332.5º 0.23% 0.42% -
XYZ 10.94 9.89 11.69 -
YUV 90.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 106 82 93 0 0.23 0.12 0.58 332.5 0.13 0.37
Hex 6A 52 5D 0 17 C 3A 14C D 25
Octal 152 122 135 0 27 14 72 514 15 45
Binary 1101010 1010010 1011101 0 10111 1100 111010 101001100 1101 100101

Color Harmonies of #6A525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A525D

Black with #6A525D

Text Example


Text Example

White with #6A525D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A525D; }

 p { color: rgb(106,82,93); }

 H1.HeaderClassName
 {
   color: #6A525D;
 }
 .AnyTagClassName
 {
   color: #6A525D;
 }
</style>

background-color css

<style>
 a { background-color: #6A525D; }

 a { background-color: rgb(106,82,93); }

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

border-color css

<style>
 span { border-color: #6A525D; }

 span { border-color: rgb(106,82,93); }

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