Html Css Color HEX #6D5052 Falcon

📋 copy color: '#6D5052'

red 109 ◦ green 80 ◦ blue 82

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

Shades of Falcon #6D5052

Tints of Falcon #6D5052

RGB

 RED value IS 109 (42.97% from 255) = 40.22%

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

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

R = 40.22%
G = 29.52%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#6D5052 (or 0x6D5052) is known color: Falcon. HEX triplet: 6D, 50 and 52. RGB value is (109,80,82). Sum of RGB (Red+Green+Blue) = 109+80+82=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5052 is #92AFAD. Grayscale: #585858. Windows color (decimal): -9613230 or 5394541. OLE color: 5394541.

HSL color Cylindrical-coordinate representation of color #6D5052: hue angle of 355.86º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6D5052 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 80 82 -
CMYK 0 0.27 0.25 0.57
HSL 355.86º 0.15% 0.37% -
HSV(B) 355.86º 0.27% 0.43% -
XYZ 10.7 9.6 9.27 -
YUV 88.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 109 80 82 0 0.27 0.25 0.57 355.86 0.15 0.37
Hex 6D 50 52 0 1B 19 39 164 F 25
Octal 155 120 122 0 33 31 71 544 17 45
Binary 1101101 1010000 1010010 0 11011 11001 111001 101100100 1111 100101

Color Harmonies of #6D5052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5052

Black with #6D5052

Text Example


Text Example

White with #6D5052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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