#695B54

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

Shades of Dorado #695B54

Tints of Dorado #695B54

Color information

#695B54 (or 0x695B54) is unknown color: approx Dorado. HEX triplet: 69, 5B and 54. RGB value is (105,91,84). Sum of RGB (Red+Green+Blue) = 105+91+84=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B54 is #96A4AB. Grayscale: #5E5E5E. Windows color (decimal): -9872556 or 5528425. OLE color: 5528425.

HSL color Cylindrical-coordinate representation of color #695B54: hue angle of 20º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #695B54 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB1059184-
CMYK00.130.200.59
HSL20º11.11%37.06%-
HSV(B)20º20%41.18%-
XYZ11.1711.139.95-
YUV94.39122.14135.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 84 (33.20% from 255) = 30%
R=37.5%
G=32.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105918400.130.200.592011.1137.06
Hex695B540D143B14b25
Octal1511331240152473241345
Binary1101001101101110101000110110100111011101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,91,84); }

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

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

 a { background-color: rgb(105,91,84); }

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

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

 span { border-color: rgb(105,91,84); }

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