#705F51

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

Shades of Kabul #705F51

Tints of Kabul #705F51

Color information

#705F51 (or 0x705F51) is unknown color: approx Kabul. HEX triplet: 70, 5F and 51. RGB value is (112,95,81). Sum of RGB (Red+Green+Blue) = 112+95+81=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 112 - color contains mainly: red. Hex color #705F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F51 is #8FA0AE. Grayscale: #626262. Windows color (decimal): -9412783 or 5332848. OLE color: 5332848.

HSL color Cylindrical-coordinate representation of color #705F51: hue angle of 27.1º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705F51 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB1129581-
CMYK00.150.280.56
HSL27.1º16.06%37.84%-
HSV(B)27.1º27.68%43.92%-
XYZ12.2612.229.5-
YUV98.49118.13137.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=38.89%
G=32.99%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112958100.150.280.5627.116.0637.84
Hex705F510F1C381b1026
Octal1601371210173470332046
Binary11100001011111101000101111111001110001101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,95,81); }

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

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

 a { background-color: rgb(112,95,81); }

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

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

 span { border-color: rgb(112,95,81); }

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