Html Css Color HEX #6C5158 Finn

📋 copy color: '#6C5158'

red 108 ◦ green 81 ◦ blue 88

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

Shades of Finn #6C5158

Tints of Finn #6C5158

RGB

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

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

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

R = 38.99%
G = 29.24%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.58

RGB Variations

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

Color information

#6C5158 (or 0x6C5158) is known color: Finn. HEX triplet: 6C, 51 and 58. RGB value is (108,81,88). Sum of RGB (Red+Green+Blue) = 108+81+88=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5158 is #93AEA7. Grayscale: #595959. Windows color (decimal): -9678504 or 5788012. OLE color: 5788012.

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

Color convert

RGB 108 81 88 -
CMYK 0 0.25 0.19 0.58
HSL 344.44º 0.14% 0.37% -
HSV(B) 344.44º 0.25% 0.42% -
XYZ 10.89 9.78 10.55 -
YUV 89.87 126.95 140.93 -
System Red Green Blue C M Y K H S L
Decimal 108 81 88 0 0.25 0.19 0.58 344.44 0.14 0.37
Hex 6C 51 58 0 19 13 3A 158 E 25
Octal 154 121 130 0 31 23 72 530 16 45
Binary 1101100 1010001 1011000 0 11001 10011 111010 101011000 1110 100101

Color Harmonies of #6C5158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5158

Black with #6C5158

Text Example


Text Example

White with #6C5158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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