Html Css Color HEX #6B495F Finn

📋 copy color: '#6B495F'

red 107 ◦ green 73 ◦ blue 95

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

Shades of Finn #6B495F

Tints of Finn #6B495F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.55%

 BLUE value IS 95 (37.5% from 255) = 34.55%

R = 38.91%
G = 26.55%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6B495F (or 0x6B495F) is known color: Finn. HEX triplet: 6B, 49 and 5F. RGB value is (107,73,95). Sum of RGB (Red+Green+Blue) = 107+73+95=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B495F is #94B6A0. Grayscale: #555555. Windows color (decimal): -9746081 or 6244715. OLE color: 6244715.

HSL color Cylindrical-coordinate representation of color #6B495F: hue angle of 321.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B495F is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 73 95 -
CMYK 0 0.32 0.11 0.58
HSL 321.18º 0.19% 0.35% -
HSV(B) 321.18º 0.32% 0.42% -
XYZ 10.51 8.72 11.96 -
YUV 85.67 133.26 143.21 -
System Red Green Blue C M Y K H S L
Decimal 107 73 95 0 0.32 0.11 0.58 321.18 0.19 0.35
Hex 6B 49 5F 0 20 B 3A 141 13 23
Octal 153 111 137 0 40 13 72 501 23 43
Binary 1101011 1001001 1011111 0 100000 1011 111010 101000001 10011 100011

Color Harmonies of #6B495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B495F

Black with #6B495F

Text Example


Text Example

White with #6B495F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,73,95); }

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

background-color css

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

 a { background-color: rgb(107,73,95); }

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

border-color css

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

 span { border-color: rgb(107,73,95); }

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