Html Css Color HEX #6F5052 Falcon

📋 copy color: '#6F5052'

red 111 ◦ green 80 ◦ blue 82

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

Shades of Falcon #6F5052

Tints of Falcon #6F5052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

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

R = 40.66%
G = 29.3%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#6F5052 (or 0x6F5052) is known color: Falcon. HEX triplet: 6F, 50 and 52. RGB value is (111,80,82). Sum of RGB (Red+Green+Blue) = 111+80+82=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5052 is #90AFAD. Grayscale: #595959. Windows color (decimal): -9482158 or 5394543. OLE color: 5394543.

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

Color convert

RGB 111 80 82 -
CMYK 0 0.28 0.26 0.56
HSL 356.13º 0.16% 0.37% -
HSV(B) 356.13º 0.28% 0.44% -
XYZ 10.95 9.73 9.28 -
YUV 89.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 111 80 82 0 0.28 0.26 0.56 356.13 0.16 0.37
Hex 6F 50 52 0 1C 1A 38 164 10 25
Octal 157 120 122 0 34 32 70 544 20 45
Binary 1101111 1010000 1010010 0 11100 11010 111000 101100100 10000 100101

Color Harmonies of #6F5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5052

Black with #6F5052

Text Example


Text Example

White with #6F5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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