Html Css Color HEX #6D4750 Finn

📋 copy color: '#6D4750'

red 109 ◦ green 71 ◦ blue 80

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

Shades of Finn #6D4750

Tints of Finn #6D4750

RGB

 RED value IS 109 (42.97% from 255) = 41.92%

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 41.92%
G = 27.31%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D4750 (or 0x6D4750) is known color: Finn. HEX triplet: 6D, 47 and 50. RGB value is (109,71,80). Sum of RGB (Red+Green+Blue) = 109+71+80=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4750 is #92B8AF. Grayscale: #535353. Windows color (decimal): -9615536 or 5261165. OLE color: 5261165.

HSL color Cylindrical-coordinate representation of color #6D4750: hue angle of 345.79º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4750 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 71 80 -
CMYK 0 0.35 0.27 0.57
HSL 345.79º 0.21% 0.35% -
HSV(B) 345.79º 0.35% 0.43% -
XYZ 10.01 8.34 8.67 -
YUV 83.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 109 71 80 0 0.35 0.27 0.57 345.79 0.21 0.35
Hex 6D 47 50 0 23 1B 39 15A 15 23
Octal 155 107 120 0 43 33 71 532 25 43
Binary 1101101 1000111 1010000 0 100011 11011 111001 101011010 10101 100011

Color Harmonies of #6D4750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4750

Black with #6D4750

Text Example


Text Example

White with #6D4750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,80); }

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

background-color css

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

 a { background-color: rgb(109,71,80); }

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

border-color css

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

 span { border-color: rgb(109,71,80); }

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