Html Css Color HEX #6D4C5B Finn

📋 copy color: '#6D4C5B'

red 109 ◦ green 76 ◦ blue 91

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

Shades of Finn #6D4C5B

Tints of Finn #6D4C5B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 39.49%
G = 27.54%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D4C5B (or 0x6D4C5B) is known color: Finn. HEX triplet: 6D, 4C and 5B. RGB value is (109,76,91). Sum of RGB (Red+Green+Blue) = 109+76+91=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5B is #92B3A4. Grayscale: #575757. Windows color (decimal): -9614245 or 5983341. OLE color: 5983341.

HSL color Cylindrical-coordinate representation of color #6D4C5B: hue angle of 332.73º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C5B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 76 91 -
CMYK 0 0.30 0.17 0.57
HSL 332.73º 0.18% 0.36% -
HSV(B) 332.73º 0.3% 0.43% -
XYZ 10.78 9.18 11.1 -
YUV 87.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 109 76 91 0 0.30 0.17 0.57 332.73 0.18 0.36
Hex 6D 4C 5B 0 1E 11 39 14D 12 24
Octal 155 114 133 0 36 21 71 515 22 44
Binary 1101101 1001100 1011011 0 11110 10001 111001 101001101 10010 100100

Color Harmonies of #6D4C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C5B

Black with #6D4C5B

Text Example


Text Example

White with #6D4C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,76,91); }

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

background-color css

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

 a { background-color: rgb(109,76,91); }

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

border-color css

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

 span { border-color: rgb(109,76,91); }

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