Html Css Color HEX #6A5051 Falcon

📋 copy color: '#6A5051'

red 106 ◦ green 80 ◦ blue 81

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

Shades of Falcon #6A5051

Tints of Falcon #6A5051

RGB

 RED value IS 106 (41.8% from 255) = 39.7%

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

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

R = 39.7%
G = 29.96%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A5051 (or 0x6A5051) is known color: Falcon. HEX triplet: 6A, 50 and 51. RGB value is (106,80,81). Sum of RGB (Red+Green+Blue) = 106+80+81=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5051 is #95AFAE. Grayscale: #575757. Windows color (decimal): -9809839 or 5329002. OLE color: 5329002.

HSL color Cylindrical-coordinate representation of color #6A5051: hue angle of 357.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5051 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 81 -
CMYK 0 0.25 0.24 0.58
HSL 357.69º 0.14% 0.36% -
HSV(B) 357.69º 0.25% 0.42% -
XYZ 10.3 9.4 9.06 -
YUV 87.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 106 80 81 0 0.25 0.24 0.58 357.69 0.14 0.36
Hex 6A 50 51 0 19 18 3A 166 E 24
Octal 152 120 121 0 31 30 72 546 16 44
Binary 1101010 1010000 1010001 0 11001 11000 111010 101100110 1110 100100

Color Harmonies of #6A5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5051

Black with #6A5051

Text Example


Text Example

White with #6A5051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,81); }

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

background-color css

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

 a { background-color: rgb(106,80,81); }

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

border-color css

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

 span { border-color: rgb(106,80,81); }

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