Html Css Color HEX #685051 Falcon

📋 copy color: '#685051'

red 104 ◦ green 80 ◦ blue 81

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

Shades of Falcon #685051

Tints of Falcon #685051

RGB

 RED value IS 104 (41.02% from 255) = 39.25%

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

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

R = 39.25%
G = 30.19%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685051 (or 0x685051) is known color: Falcon. HEX triplet: 68, 50 and 51. RGB value is (104,80,81). Sum of RGB (Red+Green+Blue) = 104+80+81=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #685051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685051 is #97AFAE. Grayscale: #575757. Windows color (decimal): -9940911 or 5329000. OLE color: 5329000.

HSL color Cylindrical-coordinate representation of color #685051: hue angle of 357.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685051 is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 81 -
CMYK 0 0.23 0.22 0.59
HSL 357.5º 0.13% 0.36% -
HSV(B) 357.5º 0.23% 0.41% -
XYZ 10.06 9.27 9.04 -
YUV 87.29 124.45 139.92 -
System Red Green Blue C M Y K H S L
Decimal 104 80 81 0 0.23 0.22 0.59 357.5 0.13 0.36
Hex 68 50 51 0 17 16 3B 166 D 24
Octal 150 120 121 0 27 26 73 546 15 44
Binary 1101000 1010000 1010001 0 10111 10110 111011 101100110 1101 100100

Color Harmonies of #685051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685051

Black with #685051

Text Example


Text Example

White with #685051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685051; }

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

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

background-color css

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

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

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

border-color css

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

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

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