#68584F

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

Shades of Kabul #68584F

Tints of Kabul #68584F

Color information

#68584F (or 0x68584F) is unknown color: approx Kabul. HEX triplet: 68, 58 and 4F. RGB value is (104,88,79). Sum of RGB (Red+Green+Blue) = 104+88+79=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #68584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68584F is #97A7B0. Grayscale: #5B5B5B. Windows color (decimal): -9938865 or 5199976. OLE color: 5199976.

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

Color convert

RGB1048879-
CMYK00.150.240.59
HSL21.6º13.66%35.88%-
HSV(B)21.6º24.04%40.78%-
XYZ10.6110.498.86-
YUV91.76120.8136.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=38.38%
G=32.47%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104887900.150.240.5921.613.6635.88
Hex68584F0F183B16e24
Octal1501301170173073261644
Binary1101000101100010011110111111000111011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68584F; }

 p { color: rgb(104,88,79); }

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

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

 a { background-color: rgb(104,88,79); }

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

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

 span { border-color: rgb(104,88,79); }

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