#6F5E59

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

Shades of Dorado #6F5E59

Tints of Dorado #6F5E59

Color information

#6F5E59 (or 0x6F5E59) is unknown color: approx Dorado. HEX triplet: 6F, 5E and 59. RGB value is (111,94,89). Sum of RGB (Red+Green+Blue) = 111+94+89=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5E59 is #90A1A6. Grayscale: #626262. Windows color (decimal): -9478567 or 5856879. OLE color: 5856879.

HSL color Cylindrical-coordinate representation of color #6F5E59: hue angle of 13.64º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F5E59 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1119489-
CMYK00.150.200.56
HSL13.64º11%39.22%-
HSV(B)13.64º19.82%43.53%-
XYZ12.3612.1111.14-
YUV98.51122.63136.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=37.76%
G=31.97%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111948900.150.200.5613.641139.22
Hex6F5E590F1438eb27
Octal1571361310172470161347
Binary110111110111101011001011111010011100011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,94,89); }

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

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

 a { background-color: rgb(111,94,89); }

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

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

 span { border-color: rgb(111,94,89); }

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