Html Css Color HEX #63605D Kabul

📋 copy color: '#63605D'

red 99 ◦ green 96 ◦ blue 93

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

Shades of Kabul #63605D

Tints of Kabul #63605D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 34.38%
G = 33.33%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63605D (or 0x63605D) is known color: Kabul. HEX triplet: 63, 60 and 5D. RGB value is (99,96,93). Sum of RGB (Red+Green+Blue) = 99+96+93=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #63605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63605D is #9C9FA2. Grayscale: #606060. Windows color (decimal): -10264483 or 6119523. OLE color: 6119523.

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

Color convert

RGB 99 96 93 -
CMYK 0 0.03 0.06 0.61
HSL 30º 0.03% 0.38% -
HSV(B) 30º 0.06% 0.39% -
XYZ 11.3 11.81 12.04 -
YUV 96.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 99 96 93 0 0.03 0.06 0.61 30 0.03 0.38
Hex 63 60 5D 0 3 6 3D 1E 3 26
Octal 143 140 135 0 3 6 75 36 3 46
Binary 1100011 1100000 1011101 0 11 110 111101 11110 11 100110

Color Harmonies of #63605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63605D

Black with #63605D

Text Example


Text Example

White with #63605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63605D; }

 p { color: rgb(99,96,93); }

 H1.HeaderClassName
 {
   color: #63605D;
 }
 .AnyTagClassName
 {
   color: #63605D;
 }
</style>

background-color css

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

 a { background-color: rgb(99,96,93); }

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

border-color css

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

 span { border-color: rgb(99,96,93); }

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