#6F6258

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

Shades of Dorado #6F6258

Tints of Dorado #6F6258

Color information

#6F6258 (or 0x6F6258) is unknown color: approx Dorado. HEX triplet: 6F, 62 and 58. RGB value is (111,98,88). Sum of RGB (Red+Green+Blue) = 111+98+88=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6258 is #909DA7. Grayscale: #646464. Windows color (decimal): -9477544 or 5792367. OLE color: 5792367.

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

Color convert

RGB1119888-
CMYK00.120.210.56
HSL26.09º11.56%39.02%-
HSV(B)26.09º20.72%43.53%-
XYZ12.6812.8211.04-
YUV100.75120.81135.31-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 88 (34.77% from 255) = 29.63%
R=37.37%
G=33.00%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111988800.120.210.5626.0911.5639.02
Hex6F62580C15381ac27
Octal1571421300142570321447
Binary1101111110001010110000110010101111000110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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