Html Css Color HEX #685354 Falcon

📋 copy color: '#685354'

red 104 ◦ green 83 ◦ blue 84

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

Shades of Falcon #685354

Tints of Falcon #685354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 38.38%
G = 30.63%
B = 31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#685354 (or 0x685354) is known color: Falcon. HEX triplet: 68, 53 and 54. RGB value is (104,83,84). Sum of RGB (Red+Green+Blue) = 104+83+84=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685354 is #97ACAB. Grayscale: #595959. Windows color (decimal): -9940140 or 5526376. OLE color: 5526376.

HSL color Cylindrical-coordinate representation of color #685354: hue angle of 357.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685354 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 83 84 -
CMYK 0 0.20 0.19 0.59
HSL 357.14º 0.11% 0.37% -
HSV(B) 357.14º 0.2% 0.41% -
XYZ 10.4 9.77 9.72 -
YUV 89.39 124.96 138.42 -
System Red Green Blue C M Y K H S L
Decimal 104 83 84 0 0.20 0.19 0.59 357.14 0.11 0.37
Hex 68 53 54 0 14 13 3B 165 B 25
Octal 150 123 124 0 24 23 73 545 13 45
Binary 1101000 1010011 1010100 0 10100 10011 111011 101100101 1011 100101

Color Harmonies of #685354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685354

Black with #685354

Text Example


Text Example

White with #685354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685354; }

 p { color: rgb(104,83,84); }

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

background-color css

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

 a { background-color: rgb(104,83,84); }

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

border-color css

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

 span { border-color: rgb(104,83,84); }

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