Html Css Color HEX #6C515B Finn

📋 copy color: '#6C515B'

red 108 ◦ green 81 ◦ blue 91

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

Shades of Finn #6C515B

Tints of Finn #6C515B

RGB

 RED value IS 108 (42.58% from 255) = 38.57%

 GREEN value IS 81 (32.03% from 255) = 28.93%

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

R = 38.57%
G = 28.93%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C515B (or 0x6C515B) is known color: Finn. HEX triplet: 6C, 51 and 5B. RGB value is (108,81,91). Sum of RGB (Red+Green+Blue) = 108+81+91=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 108 - color contains mainly: red. Hex color #6C515B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C515B is #93AEA4. Grayscale: #5A5A5A. Windows color (decimal): -9678501 or 5984620. OLE color: 5984620.

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

Color convert

RGB 108 81 91 -
CMYK 0 0.25 0.16 0.58
HSL 337.78º 0.14% 0.37% -
HSV(B) 337.78º 0.25% 0.42% -
XYZ 11.02 9.83 11.21 -
YUV 90.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 108 81 91 0 0.25 0.16 0.58 337.78 0.14 0.37
Hex 6C 51 5B 0 19 10 3A 152 E 25
Octal 154 121 133 0 31 20 72 522 16 45
Binary 1101100 1010001 1011011 0 11001 10000 111010 101010010 1110 100101

Color Harmonies of #6C515B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C515B

Black with #6C515B

Text Example


Text Example

White with #6C515B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,81,91); }

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

background-color css

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

 a { background-color: rgb(108,81,91); }

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

border-color css

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

 span { border-color: rgb(108,81,91); }

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