Html Css Color HEX #6F4B52 Finn

📋 copy color: '#6F4B52'

red 111 ◦ green 75 ◦ blue 82

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

Shades of Finn #6F4B52

Tints of Finn #6F4B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 41.42%
G = 27.99%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F4B52 (or 0x6F4B52) is known color: Finn. HEX triplet: 6F, 4B and 52. RGB value is (111,75,82). Sum of RGB (Red+Green+Blue) = 111+75+82=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B52 is #90B4AD. Grayscale: #565656. Windows color (decimal): -9483438 or 5393263. OLE color: 5393263.

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

Color convert

RGB 111 75 82 -
CMYK 0 0.32 0.26 0.56
HSL 348.33º 0.19% 0.36% -
HSV(B) 348.33º 0.32% 0.44% -
XYZ 10.59 9.02 9.17 -
YUV 86.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 111 75 82 0 0.32 0.26 0.56 348.33 0.19 0.36
Hex 6F 4B 52 0 20 1A 38 15C 13 24
Octal 157 113 122 0 40 32 70 534 23 44
Binary 1101111 1001011 1010010 0 100000 11010 111000 101011100 10011 100100

Color Harmonies of #6F4B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B52

Black with #6F4B52

Text Example


Text Example

White with #6F4B52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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