#705B4E

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

Shades of Domino #705B4E

Tints of Domino #705B4E

Color information

#705B4E (or 0x705B4E) is unknown color: approx Domino. HEX triplet: 70, 5B and 4E. RGB value is (112,91,78). Sum of RGB (Red+Green+Blue) = 112+91+78=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 112 - color contains mainly: red. Hex color #705B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B4E is #8FA4B1. Grayscale: #5F5F5F. Windows color (decimal): -9413810 or 5135216. OLE color: 5135216.

HSL color Cylindrical-coordinate representation of color #705B4E: hue angle of 22.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705B4E is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB1129178-
CMYK00.190.300.56
HSL22.94º17.89%37.25%-
HSV(B)22.94º30.36%43.92%-
XYZ11.811.488.8-
YUV95.8117.96139.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 78 (30.86% from 255) = 27.76%
R=39.86%
G=32.38%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112917800.190.300.5622.9417.8937.25
Hex705B4E0131E38171225
Octal1601331160233670272245
Binary111000010110111001110010011111101110001011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705B4E; }

 p { color: rgb(112,91,78); }

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

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

 a { background-color: rgb(112,91,78); }

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

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

 span { border-color: rgb(112,91,78); }

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