Html Css Color HEX #6F4454 Finn

📋 copy color: '#6F4454'

red 111 ◦ green 68 ◦ blue 84

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

Shades of Finn #6F4454

Tints of Finn #6F4454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 42.21%
G = 25.86%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F4454 (or 0x6F4454) is known color: Finn. HEX triplet: 6F, 44 and 54. RGB value is (111,68,84). Sum of RGB (Red+Green+Blue) = 111+68+84=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4454 is #90BBAB. Grayscale: #525252. Windows color (decimal): -9485228 or 5522543. OLE color: 5522543.

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

Color convert

RGB 111 68 84 -
CMYK 0 0.39 0.24 0.56
HSL 337.67º 0.24% 0.35% -
HSV(B) 337.67º 0.39% 0.44% -
XYZ 10.22 8.15 9.42 -
YUV 82.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 111 68 84 0 0.39 0.24 0.56 337.67 0.24 0.35
Hex 6F 44 54 0 27 18 38 152 18 23
Octal 157 104 124 0 47 30 70 522 30 43
Binary 1101111 1000100 1010100 0 100111 11000 111000 101010010 11000 100011

Color Harmonies of #6F4454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4454

Black with #6F4454

Text Example


Text Example

White with #6F4454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,84); }

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

background-color css

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

 a { background-color: rgb(111,68,84); }

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

border-color css

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

 span { border-color: rgb(111,68,84); }

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