#636261

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

Shades of Kabul #636261

Tints of Kabul #636261

Color information

#636261 (or 0x636261) is unknown color: approx Kabul. HEX triplet: 63, 62 and 61. RGB value is (99,98,97). Sum of RGB (Red+Green+Blue) = 99+98+97=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 99 - color contains mainly: red. Hex color #636261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636261 is #9C9D9E. Grayscale: #626262. Windows color (decimal): -10263967 or 6382179. OLE color: 6382179.

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

Color convert

RGB999897-
CMYK00.010.020.61
HSL30º1.02%38.43%-
HSV(B)30º2.02%38.82%-
XYZ11.6712.2513.06-
YUV98.18127.33128.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.67%
GREEN value IS 98 (38.67% from 255) = 33.33%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=33.67%
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.61
SystemRedGreenBlueCMYKHSL
Decimal99989700.010.020.61301.0238.43
Hex6362610123D1e126
Octal1431421410127536146
Binary1100011110001011000010110111101111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636261; }

 p { color: rgb(99,98,97); }

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

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

 a { background-color: rgb(99,98,97); }

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

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

 span { border-color: rgb(99,98,97); }

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