#695B4D

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

Shades of Domino #695B4D

Tints of Domino #695B4D

Color information

#695B4D (or 0x695B4D) is unknown color: approx Domino. HEX triplet: 69, 5B and 4D. RGB value is (105,91,77). Sum of RGB (Red+Green+Blue) = 105+91+77=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #695B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B4D is #96A4B2. Grayscale: #5D5D5D. Windows color (decimal): -9872563 or 5069673. OLE color: 5069673.

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

Color convert

RGB1059177-
CMYK00.130.270.59
HSL30º15.38%35.69%-
HSV(B)30º26.67%41.18%-
XYZ10.9111.028.57-
YUV93.59118.64136.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.46%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 28.21%
R=38.46%
G=33.33%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105917700.130.270.593015.3835.69
Hex695B4D0D1B3B1ef24
Octal1511331150153373361744
Binary1101001101101110011010110111011111011111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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