Html Css Color HEX #6D455B Finn

📋 copy color: '#6D455B'

red 109 ◦ green 69 ◦ blue 91

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

Shades of Finn #6D455B

Tints of Finn #6D455B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

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

R = 40.52%
G = 25.65%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6D455B (or 0x6D455B) is known color: Finn. HEX triplet: 6D, 45 and 5B. RGB value is (109,69,91). Sum of RGB (Red+Green+Blue) = 109+69+91=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D455B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D455B is #92BAA4. Grayscale: #535353. Windows color (decimal): -9616037 or 5981549. OLE color: 5981549.

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

Color convert

RGB 109 69 91 -
CMYK 0 0.37 0.17 0.57
HSL 327º 0.22% 0.35% -
HSV(B) 327º 0.37% 0.43% -
XYZ 10.32 8.26 10.95 -
YUV 83.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 109 69 91 0 0.37 0.17 0.57 327 0.22 0.35
Hex 6D 45 5B 0 25 11 39 147 16 23
Octal 155 105 133 0 45 21 71 507 26 43
Binary 1101101 1000101 1011011 0 100101 10001 111001 101000111 10110 100011

Color Harmonies of #6D455B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D455B

Black with #6D455B

Text Example


Text Example

White with #6D455B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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