Html Css Color HEX #63615F Kabul

📋 copy color: '#63615F'

red 99 ◦ green 97 ◦ blue 95

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

Shades of Kabul #63615F

Tints of Kabul #63615F

RGB

 RED value IS 99 (39.06% from 255) = 34.02%

 GREEN value IS 97 (38.28% from 255) = 33.33%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 34.02%
G = 33.33%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63615F (or 0x63615F) is known color: Kabul. HEX triplet: 63, 61 and 5F. RGB value is (99,97,95). Sum of RGB (Red+Green+Blue) = 99+97+95=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #63615F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615F is #9C9EA0. Grayscale: #616161. Windows color (decimal): -10264225 or 6250851. OLE color: 6250851.

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

Color convert

RGB 99 97 95 -
CMYK 0 0.02 0.04 0.61
HSL 30º 0.02% 0.38% -
HSV(B) 30º 0.04% 0.39% -
XYZ 11.49 12.03 12.54 -
YUV 97.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 99 97 95 0 0.02 0.04 0.61 30 0.02 0.38
Hex 63 61 5F 0 2 4 3D 1E 2 26
Octal 143 141 137 0 2 4 75 36 2 46
Binary 1100011 1100001 1011111 0 10 100 111101 11110 10 100110

Color Harmonies of #63615F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63615F

Black with #63615F

Text Example


Text Example

White with #63615F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63615F;
 }
 .AnyTagClassName
 {
   color: #63615F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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