Html Css Color HEX #6B4559 Finn

📋 copy color: '#6B4559'

red 107 ◦ green 69 ◦ blue 89

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

Shades of Finn #6B4559

Tints of Finn #6B4559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.58%

R = 40.38%
G = 26.04%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6B4559 (or 0x6B4559) is known color: Finn. HEX triplet: 6B, 45 and 59. RGB value is (107,69,89). Sum of RGB (Red+Green+Blue) = 107+69+89=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4559 is #94BAA6. Grayscale: #525252. Windows color (decimal): -9747111 or 5850475. OLE color: 5850475.

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

Color convert

RGB 107 69 89 -
CMYK 0 0.36 0.17 0.58
HSL 328.42º 0.22% 0.35% -
HSV(B) 328.42º 0.36% 0.42% -
XYZ 9.99 8.1 10.49 -
YUV 82.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 107 69 89 0 0.36 0.17 0.58 328.42 0.22 0.35
Hex 6B 45 59 0 24 11 3A 148 16 23
Octal 153 105 131 0 44 21 72 510 26 43
Binary 1101011 1000101 1011001 0 100100 10001 111010 101001000 10110 100011

Color Harmonies of #6B4559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4559

Black with #6B4559

Text Example


Text Example

White with #6B4559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,69,89); }

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

background-color css

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

 a { background-color: rgb(107,69,89); }

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

border-color css

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

 span { border-color: rgb(107,69,89); }

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