#706154

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

Shades of Kabul #706154

Tints of Kabul #706154

Color information

#706154 (or 0x706154) is unknown color: approx Kabul. HEX triplet: 70, 61 and 54. RGB value is (112,97,84). Sum of RGB (Red+Green+Blue) = 112+97+84=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 112 - color contains mainly: red. Hex color #706154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706154 is #8F9EAB. Grayscale: #646464. Windows color (decimal): -9412268 or 5529968. OLE color: 5529968.

HSL color Cylindrical-coordinate representation of color #706154: hue angle of 27.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #706154 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1129784-
CMYK00.130.250.56
HSL27.86º14.29%38.43%-
HSV(B)27.86º25%43.92%-
XYZ12.5612.6310.16-
YUV100118.97136.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 97 (38.28% from 255) = 33.11%
BLUE value IS 84 (33.20% from 255) = 28.67%
R=38.23%
G=33.11%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112978400.130.250.5627.8614.2938.43
Hex7061540D19381ce26
Octal1601411240153170341646
Binary1110000110000110101000110111001111000111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706154; }

 p { color: rgb(112,97,84); }

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

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

 a { background-color: rgb(112,97,84); }

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

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

 span { border-color: rgb(112,97,84); }

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