Html Css Color HEX #6D584F Dorado

📋 copy color: '#6D584F'

red 109 ◦ green 88 ◦ blue 79

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

Shades of Dorado #6D584F

Tints of Dorado #6D584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 79 (31.25% from 255) = 28.62%

R = 39.49%
G = 31.88%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.57

RGB Variations

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

Color information

#6D584F (or 0x6D584F) is known color: Dorado. HEX triplet: 6D, 58 and 4F. RGB value is (109,88,79). Sum of RGB (Red+Green+Blue) = 109+88+79=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D584F is #92A7B0. Grayscale: #5D5D5D. Windows color (decimal): -9611185 or 5199981. OLE color: 5199981.

HSL color Cylindrical-coordinate representation of color #6D584F: hue angle of 18º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D584F is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 88 79 -
CMYK 0 0.19 0.28 0.57
HSL 18º 0.16% 0.37% -
HSV(B) 18º 0.28% 0.43% -
XYZ 11.21 10.8 8.89 -
YUV 93.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 109 88 79 0 0.19 0.28 0.57 18 0.16 0.37
Hex 6D 58 4F 0 13 1C 39 12 10 25
Octal 155 130 117 0 23 34 71 22 20 45
Binary 1101101 1011000 1001111 0 10011 11100 111001 10010 10000 100101

Color Harmonies of #6D584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D584F

Black with #6D584F

Text Example


Text Example

White with #6D584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,88,79); }

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

background-color css

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

 a { background-color: rgb(109,88,79); }

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

border-color css

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

 span { border-color: rgb(109,88,79); }

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