Html Css Color HEX #6D6661 Dorado

📋 copy color: '#6D6661'

red 109 ◦ green 102 ◦ blue 97

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

Shades of Dorado #6D6661

Tints of Dorado #6D6661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.49%

R = 35.39%
G = 33.12%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D6661 (or 0x6D6661) is known color: Dorado. HEX triplet: 6D, 66 and 61. RGB value is (109,102,97). Sum of RGB (Red+Green+Blue) = 109+102+97=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6661 is #92999E. Grayscale: #676767. Windows color (decimal): -9607583 or 6383213. OLE color: 6383213.

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

Color convert

RGB 109 102 97 -
CMYK 0 0.06 0.11 0.57
HSL 25º 0.06% 0.4% -
HSV(B) 25º 0.11% 0.43% -
XYZ 13.22 13.62 13.24 -
YUV 103.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 109 102 97 0 0.06 0.11 0.57 25 0.06 0.4
Hex 6D 66 61 0 6 B 39 19 6 28
Octal 155 146 141 0 6 13 71 31 6 50
Binary 1101101 1100110 1100001 0 110 1011 111001 11001 110 101000

Color Harmonies of #6D6661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6661

Black with #6D6661

Text Example


Text Example

White with #6D6661

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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