Html Css Color HEX #636261 Kabul

📋 copy color: '#636261'

red 99 ◦ green 98 ◦ blue 97

#636261
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #636261

Tints of Kabul #636261

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 value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#636261 (or 0x636261) is known color: 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

RGB 99 98 97 -
CMYK 0 0.01 0.02 0.61
HSL 30º 0.01% 0.38% -
HSV(B) 30º 0.02% 0.39% -
XYZ 11.67 12.25 13.06 -
YUV 98.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 99 98 97 0 0.01 0.02 0.61 30 0.01 0.38
Hex 63 62 61 0 1 2 3D 1E 1 26
Octal 143 142 141 0 1 2 75 36 1 46
Binary 1100011 1100010 1100001 0 1 10 111101 11110 1 100110

Color Harmonies of #636261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636261

Black with #636261

Text Example


Text Example

White with #636261

Text Example


Text Example

HTML Codes & Css Web 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>