Html Css Color HEX #6F4852 Finn

📋 copy color: '#6F4852'

red 111 ◦ green 72 ◦ blue 82

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

Shades of Finn #6F4852

Tints of Finn #6F4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.17%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 41.89%
G = 27.17%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F4852 (or 0x6F4852) is known color: Finn. HEX triplet: 6F, 48 and 52. RGB value is (111,72,82). Sum of RGB (Red+Green+Blue) = 111+72+82=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4852 is #90B7AD. Grayscale: #545454. Windows color (decimal): -9484206 or 5392495. OLE color: 5392495.

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

Color convert

RGB 111 72 82 -
CMYK 0 0.35 0.26 0.56
HSL 344.62º 0.21% 0.36% -
HSV(B) 344.62º 0.35% 0.44% -
XYZ 10.4 8.62 9.1 -
YUV 84.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 111 72 82 0 0.35 0.26 0.56 344.62 0.21 0.36
Hex 6F 48 52 0 23 1A 38 159 15 24
Octal 157 110 122 0 43 32 70 531 25 44
Binary 1101111 1001000 1010010 0 100011 11010 111000 101011001 10101 100100

Color Harmonies of #6F4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4852

Black with #6F4852

Text Example


Text Example

White with #6F4852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,72,82); }

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

background-color css

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

 a { background-color: rgb(111,72,82); }

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

border-color css

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

 span { border-color: rgb(111,72,82); }

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