#61605F

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

Shades of Kabul #61605F

Tints of Kabul #61605F

Color information

#61605F (or 0x61605F) is unknown color: approx Kabul. HEX triplet: 61, 60 and 5F. RGB value is (97,96,95). Sum of RGB (Red+Green+Blue) = 97+96+95=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 97 - color contains mainly: red. Hex color #61605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61605F is #9E9FA0. Grayscale: #606060. Windows color (decimal): -10395553 or 6250593. OLE color: 6250593.

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

Color convert

RGB979695-
CMYK00.010.020.62
HSL30º1.04%37.65%-
HSV(B)30º2.06%38.04%-
XYZ11.1811.7312.5-
YUV96.18127.33128.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 32.99%
R=33.68%
G=33.33%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97969500.010.020.62301.0437.65
Hex61605F0123E1e126
Octal1411401370127636146
Binary1100001110000010111110110111110111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,96,95); }

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

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

 a { background-color: rgb(97,96,95); }

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

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

 span { border-color: rgb(97,96,95); }

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