#605B56

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

Shades of Kabul #605B56

Tints of Kabul #605B56

Color information

#605B56 (or 0x605B56) is unknown color: approx Kabul. HEX triplet: 60, 5B and 56. RGB value is (96,91,86). Sum of RGB (Red+Green+Blue) = 96+91+86=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 96 - color contains mainly: red. Hex color #605B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B56 is #9FA4A9. Grayscale: #5B5B5B. Windows color (decimal): -10462378 or 5659488. OLE color: 5659488.

HSL color Cylindrical-coordinate representation of color #605B56: hue angle of 30º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605B56 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB969186-
CMYK00.050.100.62
HSL30º5.49%35.69%-
HSV(B)30º10.42%37.65%-
XYZ10.2410.6410.32-
YUV91.92124.66130.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=35.16%
G=33.33%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96918600.050.100.62305.4935.69
Hex605B5605A3E1e524
Octal14013312605127636544
Binary1100000101101110101100101101011111011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605B56; }

 p { color: rgb(96,91,86); }

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

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

 a { background-color: rgb(96,91,86); }

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

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

 span { border-color: rgb(96,91,86); }

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