Html Css Color HEX #6B495B Finn

📋 copy color: '#6B495B'

red 107 ◦ green 73 ◦ blue 91

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

Shades of Finn #6B495B

Tints of Finn #6B495B

RGB

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

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

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

R = 39.48%
G = 26.94%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B495B (or 0x6B495B) is known color: Finn. HEX triplet: 6B, 49 and 5B. RGB value is (107,73,91). Sum of RGB (Red+Green+Blue) = 107+73+91=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B495B is #94B6A4. Grayscale: #555555. Windows color (decimal): -9746085 or 5982571. OLE color: 5982571.

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

Color convert

RGB 107 73 91 -
CMYK 0 0.32 0.15 0.58
HSL 328.24º 0.19% 0.35% -
HSV(B) 328.24º 0.32% 0.42% -
XYZ 10.33 8.65 11.02 -
YUV 85.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 107 73 91 0 0.32 0.15 0.58 328.24 0.19 0.35
Hex 6B 49 5B 0 20 F 3A 148 13 23
Octal 153 111 133 0 40 17 72 510 23 43
Binary 1101011 1001001 1011011 0 100000 1111 111010 101001000 10011 100011

Color Harmonies of #6B495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B495B

Black with #6B495B

Text Example


Text Example

White with #6B495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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