Html Css Color HEX #6A535B Finn

📋 copy color: '#6A535B'

red 106 ◦ green 83 ◦ blue 91

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

Shades of Finn #6A535B

Tints of Finn #6A535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

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

R = 37.86%
G = 29.64%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6A535B (or 0x6A535B) is known color: Finn. HEX triplet: 6A, 53 and 5B. RGB value is (106,83,91). Sum of RGB (Red+Green+Blue) = 106+83+91=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A535B is #95ACA4. Grayscale: #5A5A5A. Windows color (decimal): -9809061 or 5985130. OLE color: 5985130.

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

Color convert

RGB 106 83 91 -
CMYK 0 0.22 0.14 0.58
HSL 339.13º 0.12% 0.37% -
HSV(B) 339.13º 0.22% 0.42% -
XYZ 10.93 10.01 11.25 -
YUV 90.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 106 83 91 0 0.22 0.14 0.58 339.13 0.12 0.37
Hex 6A 53 5B 0 16 E 3A 153 C 25
Octal 152 123 133 0 26 16 72 523 14 45
Binary 1101010 1010011 1011011 0 10110 1110 111010 101010011 1100 100101

Color Harmonies of #6A535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A535B

Black with #6A535B

Text Example


Text Example

White with #6A535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,91); }

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

background-color css

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

 a { background-color: rgb(106,83,91); }

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

border-color css

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

 span { border-color: rgb(106,83,91); }

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