#6F6158

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

Shades of Dorado #6F6158

Tints of Dorado #6F6158

Color information

#6F6158 (or 0x6F6158) is unknown color: approx Dorado. HEX triplet: 6F, 61 and 58. RGB value is (111,97,88). Sum of RGB (Red+Green+Blue) = 111+97+88=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6158 is #909EA7. Grayscale: #646464. Windows color (decimal): -9477800 or 5792111. OLE color: 5792111.

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

Color convert

RGB1119788-
CMYK00.130.210.56
HSL23.48º11.56%39.02%-
HSV(B)23.48º20.72%43.53%-
XYZ12.5912.6311.01-
YUV100.16121.14135.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 88 (34.77% from 255) = 29.73%
R=37.5%
G=32.77%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111978800.130.210.5623.4811.5639.02
Hex6F61580D153817c27
Octal1571411300152570271447
Binary1101111110000110110000110110101111000101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,88); }

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

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

 a { background-color: rgb(111,97,88); }

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

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

 span { border-color: rgb(111,97,88); }

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