#706A5A

Color #706A5A Peat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peat #706A5A

Tints of Peat #706A5A

Color information

#706A5A (or 0x706A5A) is unknown color: approx Peat. HEX triplet: 70, 6A and 5A. RGB value is (112,106,90). Sum of RGB (Red+Green+Blue) = 112+106+90=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A5A is #8F95A5. Grayscale: #6A6A6A. Windows color (decimal): -9409958 or 5925488. OLE color: 5925488.

HSL color Cylindrical-coordinate representation of color #706A5A: hue angle of 43.64º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #706A5A is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11210690-
CMYK00.050.200.56
HSL43.64º10.89%39.61%-
HSV(B)43.64º19.64%43.92%-
XYZ13.6814.4911.75-
YUV105.97118.99132.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 34.42%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=36.36%
G=34.42%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121069000.050.200.5643.6410.8939.61
Hex706A5A0514382cb28
Octal160152132052470541350
Binary1110000110101010110100101101001110001011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A5A; }

 p { color: rgb(112,106,90); }

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

<style>
 a { background-color: #706A5A; }

 a { background-color: rgb(112,106,90); }

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

<style>
 span { border-color: #706A5A; }

 span { border-color: rgb(112,106,90); }

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