Html Css Color HEX #6E6062 Falcon

📋 copy color: '#6E6062'

red 110 ◦ green 96 ◦ blue 98

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

Shades of Falcon #6E6062

Tints of Falcon #6E6062

RGB

 RED value IS 110 (43.36% from 255) = 36.18%

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 98 (38.67% from 255) = 32.24%

R = 36.18%
G = 31.58%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E6062 (or 0x6E6062) is known color: Falcon. HEX triplet: 6E, 60 and 62. RGB value is (110,96,98). Sum of RGB (Red+Green+Blue) = 110+96+98=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6062 is #919F9D. Grayscale: #646464. Windows color (decimal): -9543582 or 6447214. OLE color: 6447214.

HSL color Cylindrical-coordinate representation of color #6E6062: hue angle of 351.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6E6062 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 96 98 -
CMYK 0 0.13 0.11 0.57
HSL 351.43º 0.07% 0.4% -
HSV(B) 351.43º 0.13% 0.43% -
XYZ 12.82 12.56 13.3 -
YUV 100.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 110 96 98 0 0.13 0.11 0.57 351.43 0.07 0.4
Hex 6E 60 62 0 D B 39 15F 7 28
Octal 156 140 142 0 15 13 71 537 7 50
Binary 1101110 1100000 1100010 0 1101 1011 111001 101011111 111 101000

Color Harmonies of #6E6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6062

Black with #6E6062

Text Example


Text Example

White with #6E6062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,96,98); }

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

background-color css

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

 a { background-color: rgb(110,96,98); }

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

border-color css

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

 span { border-color: rgb(110,96,98); }

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