Html Css Color HEX #6F4B51 Falcon

📋 copy color: '#6F4B51'

red 111 ◦ green 75 ◦ blue 81

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

Shades of Falcon #6F4B51

Tints of Falcon #6F4B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.34%

R = 41.57%
G = 28.09%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#6F4B51 (or 0x6F4B51) is known color: Falcon. HEX triplet: 6F, 4B and 51. RGB value is (111,75,81). Sum of RGB (Red+Green+Blue) = 111+75+81=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B51 is #90B4AE. Grayscale: #565656. Windows color (decimal): -9483439 or 5327727. OLE color: 5327727.

HSL color Cylindrical-coordinate representation of color #6F4B51: hue angle of 350º 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 #6F4B51 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 75 81 -
CMYK 0 0.32 0.27 0.56
HSL 350º 0.19% 0.36% -
HSV(B) 350º 0.32% 0.44% -
XYZ 10.56 9.01 8.97 -
YUV 86.45 124.93 145.51 -
System Red Green Blue C M Y K H S L
Decimal 111 75 81 0 0.32 0.27 0.56 350 0.19 0.36
Hex 6F 4B 51 0 20 1B 38 15E 13 24
Octal 157 113 121 0 40 33 70 536 23 44
Binary 1101111 1001011 1010001 0 100000 11011 111000 101011110 10011 100100

Color Harmonies of #6F4B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4B51

Black with #6F4B51

Text Example


Text Example

White with #6F4B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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