Html Css Color HEX #6D6662 Dorado

📋 copy color: '#6D6662'

red 109 ◦ green 102 ◦ blue 98

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

Shades of Dorado #6D6662

Tints of Dorado #6D6662

RGB

 RED value IS 109 (42.97% from 255) = 35.28%

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

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

R = 35.28%
G = 33.01%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D6662 (or 0x6D6662) is known color: Dorado. HEX triplet: 6D, 66 and 62. RGB value is (109,102,98). Sum of RGB (Red+Green+Blue) = 109+102+98=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6662 is #92999D. Grayscale: #676767. Windows color (decimal): -9607582 or 6448749. OLE color: 6448749.

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

Color convert

RGB 109 102 98 -
CMYK 0 0.06 0.10 0.57
HSL 21.82º 0.05% 0.41% -
HSV(B) 21.82º 0.1% 0.43% -
XYZ 13.26 13.64 13.49 -
YUV 103.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 109 102 98 0 0.06 0.10 0.57 21.82 0.05 0.41
Hex 6D 66 62 0 6 A 39 16 5 29
Octal 155 146 142 0 6 12 71 26 5 51
Binary 1101101 1100110 1100010 0 110 1010 111001 10110 101 101001

Color Harmonies of #6D6662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6662

Black with #6D6662

Text Example


Text Example

White with #6D6662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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