#695E5A

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

Shades of Dorado #695E5A

Tints of Dorado #695E5A

Color information

#695E5A (or 0x695E5A) is unknown color: approx Dorado. HEX triplet: 69, 5E and 5A. RGB value is (105,94,90). Sum of RGB (Red+Green+Blue) = 105+94+90=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695E5A is #96A1A5. Grayscale: #606060. Windows color (decimal): -9871782 or 5922409. OLE color: 5922409.

HSL color Cylindrical-coordinate representation of color #695E5A: hue angle of 16º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695E5A is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1059490-
CMYK00.100.140.59
HSL16º7.69%38.24%-
HSV(B)16º14.29%41.18%-
XYZ11.6711.7511.32-
YUV96.83124.14133.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=36.33%
G=32.53%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105949000.100.140.59167.6938.24
Hex695E5A0AE3B10826
Octal1511361320121673201046
Binary110100110111101011010010101110111011100001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695E5A; }

 p { color: rgb(105,94,90); }

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

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

 a { background-color: rgb(105,94,90); }

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

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

 span { border-color: rgb(105,94,90); }

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