Html Css Color HEX #6F4D53 Falcon

📋 copy color: '#6F4D53'

red 111 ◦ green 77 ◦ blue 83

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

Shades of Falcon #6F4D53

Tints of Falcon #6F4D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 40.96%
G = 28.41%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F4D53 (or 0x6F4D53) is known color: Falcon. HEX triplet: 6F, 4D and 53. RGB value is (111,77,83). Sum of RGB (Red+Green+Blue) = 111+77+83=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D53 is #90B2AC. Grayscale: #575757. Windows color (decimal): -9482925 or 5459311. OLE color: 5459311.

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

Color convert

RGB 111 77 83 -
CMYK 0 0.31 0.25 0.56
HSL 349.41º 0.18% 0.37% -
HSV(B) 349.41º 0.31% 0.44% -
XYZ 10.77 9.31 9.41 -
YUV 87.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 111 77 83 0 0.31 0.25 0.56 349.41 0.18 0.37
Hex 6F 4D 53 0 1F 19 38 15D 12 25
Octal 157 115 123 0 37 31 70 535 22 45
Binary 1101111 1001101 1010011 0 11111 11001 111000 101011101 10010 100101

Color Harmonies of #6F4D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4D53

Black with #6F4D53

Text Example


Text Example

White with #6F4D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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