#6F5C56

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

Shades of Dorado #6F5C56

Tints of Dorado #6F5C56

Color information

#6F5C56 (or 0x6F5C56) is unknown color: approx Dorado. HEX triplet: 6F, 5C and 56. RGB value is (111,92,86). Sum of RGB (Red+Green+Blue) = 111+92+86=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5C56 is #90A3A9. Grayscale: #616161. Windows color (decimal): -9479082 or 5659759. OLE color: 5659759.

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

Color convert

RGB1119286-
CMYK00.170.230.56
HSL14.4º12.69%38.63%-
HSV(B)14.4º22.52%43.53%-
XYZ12.0611.7110.43-
YUV97121.79137.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 86 (33.98% from 255) = 29.76%
R=38.41%
G=31.83%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111928600.170.230.5614.412.6938.63
Hex6F5C560111738ed27
Octal1571341260212770161547
Binary1101111101110010101100100011011111100011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,86); }

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

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

 a { background-color: rgb(111,92,86); }

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

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

 span { border-color: rgb(111,92,86); }

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