Html Css Color HEX #685052 Falcon

📋 copy color: '#685052'

red 104 ◦ green 80 ◦ blue 82

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

Shades of Falcon #685052

Tints of Falcon #685052

RGB

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

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

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

R = 39.1%
G = 30.08%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#685052 (or 0x685052) is known color: Falcon. HEX triplet: 68, 50 and 52. RGB value is (104,80,82). Sum of RGB (Red+Green+Blue) = 104+80+82=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685052 is #97AFAD. Grayscale: #575757. Windows color (decimal): -9940910 or 5394536. OLE color: 5394536.

HSL color Cylindrical-coordinate representation of color #685052: hue angle of 355º 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 #685052 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 82 -
CMYK 0 0.23 0.21 0.59
HSL 355º 0.13% 0.36% -
HSV(B) 355º 0.23% 0.41% -
XYZ 10.1 9.29 9.24 -
YUV 87.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 104 80 82 0 0.23 0.21 0.59 355 0.13 0.36
Hex 68 50 52 0 17 15 3B 163 D 24
Octal 150 120 122 0 27 25 73 543 15 44
Binary 1101000 1010000 1010010 0 10111 10101 111011 101100011 1101 100100

Color Harmonies of #685052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685052

Black with #685052

Text Example


Text Example

White with #685052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685052; }

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

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

background-color css

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

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

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

border-color css

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

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

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