Html Css Color HEX #685255 Falcon

📋 copy color: '#685255'

red 104 ◦ green 82 ◦ blue 85

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

Shades of Falcon #685255

Tints of Falcon #685255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 38.38%
G = 30.26%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#685255 (or 0x685255) is known color: Falcon. HEX triplet: 68, 52 and 55. RGB value is (104,82,85). Sum of RGB (Red+Green+Blue) = 104+82+85=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685255 is #97ADAA. Grayscale: #585858. Windows color (decimal): -9940395 or 5591656. OLE color: 5591656.

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

Color convert

RGB 104 82 85 -
CMYK 0 0.21 0.18 0.59
HSL 351.82º 0.12% 0.36% -
HSV(B) 351.82º 0.21% 0.41% -
XYZ 10.37 9.63 9.91 -
YUV 88.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 104 82 85 0 0.21 0.18 0.59 351.82 0.12 0.36
Hex 68 52 55 0 15 12 3B 160 C 24
Octal 150 122 125 0 25 22 73 540 14 44
Binary 1101000 1010010 1010101 0 10101 10010 111011 101100000 1100 100100

Color Harmonies of #685255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685255

Black with #685255

Text Example


Text Example

White with #685255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685255; }

 p { color: rgb(104,82,85); }

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

background-color css

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

 a { background-color: rgb(104,82,85); }

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

border-color css

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

 span { border-color: rgb(104,82,85); }

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