Html Css Color HEX #6E6460 Dorado

📋 copy color: '#6E6460'

red 110 ◦ green 100 ◦ blue 96

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

Shades of Dorado #6E6460

Tints of Dorado #6E6460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.68%

 BLUE value IS 96 (37.89% from 255) = 31.37%

R = 35.95%
G = 32.68%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6E6460 (or 0x6E6460) is known color: Dorado. HEX triplet: 6E, 64 and 60. RGB value is (110,100,96). Sum of RGB (Red+Green+Blue) = 110+100+96=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6460 is #919B9F. Grayscale: #666666. Windows color (decimal): -9542560 or 6317166. OLE color: 6317166.

HSL color Cylindrical-coordinate representation of color #6E6460: hue angle of 17.14º 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 #6E6460 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 100 96 -
CMYK 0 0.09 0.13 0.57
HSL 17.14º 0.07% 0.4% -
HSV(B) 17.14º 0.13% 0.43% -
XYZ 13.1 13.27 12.94 -
YUV 102.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 110 100 96 0 0.09 0.13 0.57 17.14 0.07 0.4
Hex 6E 64 60 0 9 D 39 11 7 28
Octal 156 144 140 0 11 15 71 21 7 50
Binary 1101110 1100100 1100000 0 1001 1101 111001 10001 111 101000

Color Harmonies of #6E6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6460

Black with #6E6460

Text Example


Text Example

White with #6E6460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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