#695F5A

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

Shades of Dorado #695F5A

Tints of Dorado #695F5A

Color information

#695F5A (or 0x695F5A) is unknown color: approx Dorado. HEX triplet: 69, 5F and 5A. RGB value is (105,95,90). Sum of RGB (Red+Green+Blue) = 105+95+90=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 105 - color contains mainly: red. Hex color #695F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695F5A is #96A0A5. Grayscale: #616161. Windows color (decimal): -9871526 or 5922665. OLE color: 5922665.

HSL color Cylindrical-coordinate representation of color #695F5A: hue angle of 20º 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 #695F5A is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1059590-
CMYK00.100.140.59
HSL20º7.69%38.24%-
HSV(B)20º14.29%41.18%-
XYZ11.7611.9311.35-
YUV97.42123.81133.41-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 95 (37.5% from 255) = 32.76%
BLUE value IS 90 (35.55% from 255) = 31.03%
R=36.21%
G=32.76%
B=31.03%

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
Decimal105959000.100.140.59207.6938.24
Hex695F5A0AE3B14826
Octal1511371320121673241046
Binary110100110111111011010010101110111011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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