Html Css Color HEX #6D6461 Dorado

📋 copy color: '#6D6461'

red 109 ◦ green 100 ◦ blue 97

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

Shades of Dorado #6D6461

Tints of Dorado #6D6461

RGB

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

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

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

R = 35.62%
G = 32.68%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D6461 (or 0x6D6461) is known color: Dorado. HEX triplet: 6D, 64 and 61. RGB value is (109,100,97). Sum of RGB (Red+Green+Blue) = 109+100+97=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 97 (38.28% from 255 or 31.70% from 306); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6461 is #929B9E. Grayscale: #666666. Windows color (decimal): -9608095 or 6382701. OLE color: 6382701.

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

Color convert

RGB 109 100 97 -
CMYK 0 0.08 0.11 0.57
HSL 15º 0.06% 0.4% -
HSV(B) 15º 0.11% 0.43% -
XYZ 13.02 13.23 13.18 -
YUV 102.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 109 100 97 0 0.08 0.11 0.57 15 0.06 0.4
Hex 6D 64 61 0 8 B 39 F 6 28
Octal 155 144 141 0 10 13 71 17 6 50
Binary 1101101 1100100 1100001 0 1000 1011 111001 1111 110 101000

Color Harmonies of #6D6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6461

Black with #6D6461

Text Example


Text Example

White with #6D6461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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