#605953

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

Shades of Kabul #605953

Tints of Kabul #605953

Color information

#605953 (or 0x605953) is unknown color: approx Kabul. HEX triplet: 60, 59 and 53. RGB value is (96,89,83). Sum of RGB (Red+Green+Blue) = 96+89+83=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605953 is #9FA6AC. Grayscale: #5A5A5A. Windows color (decimal): -10462893 or 5462368. OLE color: 5462368.

HSL color Cylindrical-coordinate representation of color #605953: hue angle of 27.69º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605953 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB968983-
CMYK00.070.140.62
HSL27.69º7.26%35.1%-
HSV(B)27.69º13.54%37.65%-
XYZ9.9610.269.64-
YUV90.41123.82131.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 89 (35.16% from 255) = 33.21%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=35.82%
G=33.21%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96898300.070.140.6227.697.2635.1
Hex60595307E3E1c723
Octal14013112307167634743
Binary1100000101100110100110111111011111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605953; }

 p { color: rgb(96,89,83); }

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

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

 a { background-color: rgb(96,89,83); }

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

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

 span { border-color: rgb(96,89,83); }

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