Html Css Color HEX #6D5750 Dorado

📋 copy color: '#6D5750'

red 109 ◦ green 87 ◦ blue 80

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

Shades of Dorado #6D5750

Tints of Dorado #6D5750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.52%

 BLUE value IS 80 (31.64% from 255) = 28.99%

R = 39.49%
G = 31.52%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.57

RGB Variations

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

Color information

#6D5750 (or 0x6D5750) is known color: Dorado. HEX triplet: 6D, 57 and 50. RGB value is (109,87,80). Sum of RGB (Red+Green+Blue) = 109+87+80=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5750 is #92A8AF. Grayscale: #5C5C5C. Windows color (decimal): -9611440 or 5265261. OLE color: 5265261.

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

Color convert

RGB 109 87 80 -
CMYK 0 0.20 0.27 0.57
HSL 14.48º 0.15% 0.37% -
HSV(B) 14.48º 0.27% 0.43% -
XYZ 11.16 10.65 9.06 -
YUV 92.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 109 87 80 0 0.20 0.27 0.57 14.48 0.15 0.37
Hex 6D 57 50 0 14 1B 39 E F 25
Octal 155 127 120 0 24 33 71 16 17 45
Binary 1101101 1010111 1010000 0 10100 11011 111001 1110 1111 100101

Color Harmonies of #6D5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5750

Black with #6D5750

Text Example


Text Example

White with #6D5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,87,80); }

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

background-color css

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

 a { background-color: rgb(109,87,80); }

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

border-color css

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

 span { border-color: rgb(109,87,80); }

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