Html Css Color HEX #6B515C Finn

📋 copy color: '#6B515C'

red 107 ◦ green 81 ◦ blue 92

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

Shades of Finn #6B515C

Tints of Finn #6B515C

RGB

 RED value IS 107 (42.19% from 255) = 38.21%

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

 BLUE value IS 92 (36.33% from 255) = 32.86%

R = 38.21%
G = 28.93%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6B515C (or 0x6B515C) is known color: Finn. HEX triplet: 6B, 51 and 5C. RGB value is (107,81,92). Sum of RGB (Red+Green+Blue) = 107+81+92=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B515C is #94AEA3. Grayscale: #5A5A5A. Windows color (decimal): -9744036 or 6050155. OLE color: 6050155.

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

Color convert

RGB 107 81 92 -
CMYK 0 0.24 0.14 0.58
HSL 334.62º 0.14% 0.37% -
HSV(B) 334.62º 0.24% 0.42% -
XYZ 10.94 9.78 11.44 -
YUV 90.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 107 81 92 0 0.24 0.14 0.58 334.62 0.14 0.37
Hex 6B 51 5C 0 18 E 3A 14F E 25
Octal 153 121 134 0 30 16 72 517 16 45
Binary 1101011 1010001 1011100 0 11000 1110 111010 101001111 1110 100101

Color Harmonies of #6B515C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B515C

Black with #6B515C

Text Example


Text Example

White with #6B515C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,81,92); }

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

background-color css

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

 a { background-color: rgb(107,81,92); }

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

border-color css

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

 span { border-color: rgb(107,81,92); }

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