Html Css Color HEX #6E6662 Dorado

📋 copy color: '#6E6662'

red 110 ◦ green 102 ◦ blue 98

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

Shades of Dorado #6E6662

Tints of Dorado #6E6662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.9%

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

R = 35.48%
G = 32.9%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6E6662 (or 0x6E6662) is known color: Dorado. HEX triplet: 6E, 66 and 62. RGB value is (110,102,98). Sum of RGB (Red+Green+Blue) = 110+102+98=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6662 is #91999D. Grayscale: #676767. Windows color (decimal): -9542046 or 6448750. OLE color: 6448750.

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

Color convert

RGB 110 102 98 -
CMYK 0 0.07 0.11 0.57
HSL 20º 0.06% 0.41% -
HSV(B) 20º 0.11% 0.43% -
XYZ 13.39 13.7 13.49 -
YUV 103.94 124.65 132.33 -
System Red Green Blue C M Y K H S L
Decimal 110 102 98 0 0.07 0.11 0.57 20 0.06 0.41
Hex 6E 66 62 0 7 B 39 14 6 29
Octal 156 146 142 0 7 13 71 24 6 51
Binary 1101110 1100110 1100010 0 111 1011 111001 10100 110 101001

Color Harmonies of #6E6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6662

Black with #6E6662

Text Example


Text Example

White with #6E6662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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