#695851

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

Shades of Dorado #695851

Tints of Dorado #695851

Color information

#695851 (or 0x695851) is unknown color: approx Dorado. HEX triplet: 69, 58 and 51. RGB value is (105,88,81). Sum of RGB (Red+Green+Blue) = 105+88+81=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #695851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695851 is #96A7AE. Grayscale: #5C5C5C. Windows color (decimal): -9873327 or 5331049. OLE color: 5331049.

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

Color convert

RGB1058881-
CMYK00.160.230.59
HSL17.5º12.9%36.47%-
HSV(B)17.5º22.86%41.18%-
XYZ10.810.589.26-
YUV92.28121.63137.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 88 (34.77% from 255) = 32.12%
BLUE value IS 81 (32.03% from 255) = 29.56%
R=38.32%
G=32.12%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105888100.160.230.5917.512.936.47
Hex695851010173B12d24
Octal1511301210202773221544
Binary11010011011000101000101000010111111011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695851; }

 p { color: rgb(105,88,81); }

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

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

 a { background-color: rgb(105,88,81); }

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

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

 span { border-color: rgb(105,88,81); }

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