Html Css Color HEX #635851 Kabul

📋 copy color: '#635851'

red 99 ◦ green 88 ◦ blue 81

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

Shades of Kabul #635851

Tints of Kabul #635851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.84%

 BLUE value IS 81 (32.03% from 255) = 30.22%

R = 36.94%
G = 32.84%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#635851 (or 0x635851) is known color: Kabul. HEX triplet: 63, 58 and 51. RGB value is (99,88,81). Sum of RGB (Red+Green+Blue) = 99+88+81=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 99 - color contains mainly: red. Hex color #635851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635851 is #9CA7AE. Grayscale: #5A5A5A. Windows color (decimal): -10266543 or 5331043. OLE color: 5331043.

HSL color Cylindrical-coordinate representation of color #635851: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635851 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 88 81 -
CMYK 0 0.11 0.18 0.61
HSL 23.33º 0.1% 0.35% -
HSV(B) 23.33º 0.18% 0.39% -
XYZ 10.12 10.23 9.23 -
YUV 90.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 99 88 81 0 0.11 0.18 0.61 23.33 0.1 0.35
Hex 63 58 51 0 B 12 3D 17 A 23
Octal 143 130 121 0 13 22 75 27 12 43
Binary 1100011 1011000 1010001 0 1011 10010 111101 10111 1010 100011

Color Harmonies of #635851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635851

Black with #635851

Text Example


Text Example

White with #635851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635851; }

 p { color: rgb(99,88,81); }

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

background-color css

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

 a { background-color: rgb(99,88,81); }

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

border-color css

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

 span { border-color: rgb(99,88,81); }

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