Html Css Color HEX #6D6764 Dorado

📋 copy color: '#6D6764'

red 109 ◦ green 103 ◦ blue 100

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

Shades of Dorado #6D6764

Tints of Dorado #6D6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 34.94%
G = 33.01%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D6764 (or 0x6D6764) is known color: Dorado. HEX triplet: 6D, 67 and 64. RGB value is (109,103,100). Sum of RGB (Red+Green+Blue) = 109+103+100=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6764 is #92989B. Grayscale: #686868. Windows color (decimal): -9607324 or 6580077. OLE color: 6580077.

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

Color convert

RGB 109 103 100 -
CMYK 0 0.06 0.08 0.57
HSL 20º 0.04% 0.41% -
HSV(B) 20º 0.08% 0.43% -
XYZ 13.46 13.87 14.02 -
YUV 104.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 109 103 100 0 0.06 0.08 0.57 20 0.04 0.41
Hex 6D 67 64 0 6 8 39 14 4 29
Octal 155 147 144 0 6 10 71 24 4 51
Binary 1101101 1100111 1100100 0 110 1000 111001 10100 100 101001

Color Harmonies of #6D6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6764

Black with #6D6764

Text Example


Text Example

White with #6D6764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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