Html Css Color HEX #6F4553 Finn

📋 copy color: '#6F4553'

red 111 ◦ green 69 ◦ blue 83

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

Shades of Finn #6F4553

Tints of Finn #6F4553

RGB

 RED value IS 111 (43.75% from 255) = 42.21%

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

 BLUE value IS 83 (32.81% from 255) = 31.56%

R = 42.21%
G = 26.24%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F4553 (or 0x6F4553) is known color: Finn. HEX triplet: 6F, 45 and 53. RGB value is (111,69,83). Sum of RGB (Red+Green+Blue) = 111+69+83=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4553 is #90BAAC. Grayscale: #535353. Windows color (decimal): -9484973 or 5457263. OLE color: 5457263.

HSL color Cylindrical-coordinate representation of color #6F4553: hue angle of 340º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4553 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 69 83 -
CMYK 0 0.38 0.25 0.56
HSL 340º 0.23% 0.35% -
HSV(B) 340º 0.38% 0.44% -
XYZ 10.25 8.26 9.24 -
YUV 83.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 111 69 83 0 0.38 0.25 0.56 340 0.23 0.35
Hex 6F 45 53 0 26 19 38 154 17 23
Octal 157 105 123 0 46 31 70 524 27 43
Binary 1101111 1000101 1010011 0 100110 11001 111000 101010100 10111 100011

Color Harmonies of #6F4553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4553

Black with #6F4553

Text Example


Text Example

White with #6F4553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,69,83); }

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

background-color css

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

 a { background-color: rgb(111,69,83); }

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

border-color css

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

 span { border-color: rgb(111,69,83); }

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