#6F6056

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

Shades of Dorado #6F6056

Tints of Dorado #6F6056

Color information

#6F6056 (or 0x6F6056) is unknown color: approx Dorado. HEX triplet: 6F, 60 and 56. RGB value is (111,96,86). Sum of RGB (Red+Green+Blue) = 111+96+86=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6056 is #909FA9. Grayscale: #636363. Windows color (decimal): -9478058 or 5660783. OLE color: 5660783.

HSL color Cylindrical-coordinate representation of color #6F6056: hue angle of 24º 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 #6F6056 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB1119686-
CMYK00.140.230.56
HSL24º12.69%38.63%-
HSV(B)24º22.52%43.53%-
XYZ12.4212.4210.55-
YUV99.34120.47136.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=37.88%
G=32.76%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111968600.140.230.562412.6938.63
Hex6F60560E173818d27
Octal1571401260162770301547
Binary1101111110000010101100111010111111000110001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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