#685852

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

Shades of Dorado #685852

Tints of Dorado #685852

Color information

#685852 (or 0x685852) is unknown color: approx Dorado. HEX triplet: 68, 58 and 52. RGB value is (104,88,82). Sum of RGB (Red+Green+Blue) = 104+88+82=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685852 is #97A7AD. Grayscale: #5C5C5C. Windows color (decimal): -9938862 or 5396584. OLE color: 5396584.

HSL color Cylindrical-coordinate representation of color #685852: hue angle of 16.36º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #685852 is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB1048882-
CMYK00.150.210.59
HSL16.36º11.83%36.47%-
HSV(B)16.36º21.15%40.78%-
XYZ10.7210.539.45-
YUV92.1122.3136.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=37.96%
G=32.12%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104888200.150.210.5916.3611.8336.47
Hex6858520F153B10c24
Octal1501301220172573201444
Binary1101000101100010100100111110101111011100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685852; }

 p { color: rgb(104,88,82); }

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

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

 a { background-color: rgb(104,88,82); }

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

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

 span { border-color: rgb(104,88,82); }

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