Html Css Color HEX #6F4653 Finn

📋 copy color: '#6F4653'

red 111 ◦ green 70 ◦ blue 83

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

Shades of Finn #6F4653

Tints of Finn #6F4653

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.52%

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

R = 42.05%
G = 26.52%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F4653 (or 0x6F4653) is known color: Finn. HEX triplet: 6F, 46 and 53. RGB value is (111,70,83). Sum of RGB (Red+Green+Blue) = 111+70+83=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4653 is #90B9AC. Grayscale: #535353. Windows color (decimal): -9484717 or 5457519. OLE color: 5457519.

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

Color convert

RGB 111 70 83 -
CMYK 0 0.37 0.25 0.56
HSL 340.98º 0.23% 0.35% -
HSV(B) 340.98º 0.37% 0.44% -
XYZ 10.31 8.38 9.26 -
YUV 83.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 111 70 83 0 0.37 0.25 0.56 340.98 0.23 0.35
Hex 6F 46 53 0 25 19 38 155 17 23
Octal 157 106 123 0 45 31 70 525 27 43
Binary 1101111 1000110 1010011 0 100101 11001 111000 101010101 10111 100011

Color Harmonies of #6F4653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4653

Black with #6F4653

Text Example


Text Example

White with #6F4653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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