Html Css Color HEX #6B4D5E Finn

📋 copy color: '#6B4D5E'

red 107 ◦ green 77 ◦ blue 94

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

Shades of Finn #6B4D5E

Tints of Finn #6B4D5E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 38.49%
G = 27.7%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6B4D5E (or 0x6B4D5E) is known color: Finn. HEX triplet: 6B, 4D and 5E. RGB value is (107,77,94). Sum of RGB (Red+Green+Blue) = 107+77+94=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D5E is #94B2A1. Grayscale: #575757. Windows color (decimal): -9745058 or 6180203. OLE color: 6180203.

HSL color Cylindrical-coordinate representation of color #6B4D5E: hue angle of 326º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D5E is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 77 94 -
CMYK 0 0.28 0.12 0.58
HSL 326º 0.16% 0.36% -
HSV(B) 326º 0.28% 0.42% -
XYZ 10.74 9.24 11.81 -
YUV 87.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 107 77 94 0 0.28 0.12 0.58 326 0.16 0.36
Hex 6B 4D 5E 0 1C C 3A 146 10 24
Octal 153 115 136 0 34 14 72 506 20 44
Binary 1101011 1001101 1011110 0 11100 1100 111010 101000110 10000 100100

Color Harmonies of #6B4D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4D5E

Black with #6B4D5E

Text Example


Text Example

White with #6B4D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,77,94); }

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

background-color css

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

 a { background-color: rgb(107,77,94); }

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

border-color css

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

 span { border-color: rgb(107,77,94); }

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