#6F6057

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

Shades of Dorado #6F6057

Tints of Dorado #6F6057

Color information

#6F6057 (or 0x6F6057) is unknown color: approx Dorado. HEX triplet: 6F, 60 and 57. RGB value is (111,96,87). Sum of RGB (Red+Green+Blue) = 111+96+87=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6057 is #909FA8. Grayscale: #636363. Windows color (decimal): -9478057 or 5726319. OLE color: 5726319.

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

Color convert

RGB1119687-
CMYK00.140.220.56
HSL22.5º12.12%38.82%-
HSV(B)22.5º21.62%43.53%-
XYZ12.4612.4310.76-
YUV99.46120.97136.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.76%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 87 (34.38% from 255) = 29.59%
R=37.76%
G=32.65%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111968700.140.220.5622.512.1238.82
Hex6F60570E163817c27
Octal1571401270162670271447
Binary1101111110000010101110111010110111000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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