#6F5A4F

Color #6F5A4F Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #6F5A4F

Tints of Dorado #6F5A4F

Color information

#6F5A4F (or 0x6F5A4F) is unknown color: approx Dorado. HEX triplet: 6F, 5A and 4F. RGB value is (111,90,79). Sum of RGB (Red+Green+Blue) = 111+90+79=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A4F is #90A5B0. Grayscale: #5F5F5F. Windows color (decimal): -9479601 or 5200495. OLE color: 5200495.

HSL color Cylindrical-coordinate representation of color #6F5A4F: hue angle of 20.63º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F5A4F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1119079-
CMYK00.190.290.56
HSL20.63º16.84%37.25%-
HSV(B)20.63º28.83%43.53%-
XYZ11.6211.268.96-
YUV95.02118.96139.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.64%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=39.64%
G=32.14%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111907900.190.290.5620.6316.8437.25
Hex6F5A4F0131D38151125
Octal1571321170233570252145
Binary110111110110101001111010011111011110001010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,79); }

 H1.HeaderClassName
 {
   color: #6F5A4F;
 }
 .AnyTagClassName
 {
   color: #6F5A4F;
 }
</style>
background-color css

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

 a { background-color: rgb(111,90,79); }

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

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

 span { border-color: rgb(111,90,79); }

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