Html Css Color HEX #6B5158 Finn

📋 copy color: '#6B5158'

red 107 ◦ green 81 ◦ blue 88

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

Shades of Finn #6B5158

Tints of Finn #6B5158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 38.77%
G = 29.35%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B5158 (or 0x6B5158) is known color: Finn. HEX triplet: 6B, 51 and 58. RGB value is (107,81,88). Sum of RGB (Red+Green+Blue) = 107+81+88=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5158 is #94AEA7. Grayscale: #595959. Windows color (decimal): -9744040 or 5788011. OLE color: 5788011.

HSL color Cylindrical-coordinate representation of color #6B5158: hue angle of 343.85º 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 #6B5158 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 81 88 -
CMYK 0 0.24 0.18 0.58
HSL 343.85º 0.14% 0.37% -
HSV(B) 343.85º 0.24% 0.42% -
XYZ 10.77 9.72 10.54 -
YUV 89.57 127.11 140.43 -
System Red Green Blue C M Y K H S L
Decimal 107 81 88 0 0.24 0.18 0.58 343.85 0.14 0.37
Hex 6B 51 58 0 18 12 3A 158 E 25
Octal 153 121 130 0 30 22 72 530 16 45
Binary 1101011 1010001 1011000 0 11000 10010 111010 101011000 1110 100101

Color Harmonies of #6B5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5158

Black with #6B5158

Text Example


Text Example

White with #6B5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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