Html Css Color HEX #635952 Kabul

📋 copy color: '#635952'

red 99 ◦ green 89 ◦ blue 82

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

Shades of Kabul #635952

Tints of Kabul #635952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.96%

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 36.67%
G = 32.96%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#635952 (or 0x635952) is known color: Kabul. HEX triplet: 63, 59 and 52. RGB value is (99,89,82). Sum of RGB (Red+Green+Blue) = 99+89+82=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635952 is #9CA6AD. Grayscale: #5B5B5B. Windows color (decimal): -10266286 or 5396835. OLE color: 5396835.

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

Color convert

RGB 99 89 82 -
CMYK 0 0.10 0.17 0.61
HSL 24.71º 0.09% 0.35% -
HSV(B) 24.71º 0.17% 0.39% -
XYZ 10.24 10.41 9.45 -
YUV 91.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 99 89 82 0 0.10 0.17 0.61 24.71 0.09 0.35
Hex 63 59 52 0 A 11 3D 19 9 23
Octal 143 131 122 0 12 21 75 31 11 43
Binary 1100011 1011001 1010010 0 1010 10001 111101 11001 1001 100011

Color Harmonies of #635952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635952

Black with #635952

Text Example


Text Example

White with #635952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635952; }

 p { color: rgb(99,89,82); }

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

background-color css

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

 a { background-color: rgb(99,89,82); }

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

border-color css

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

 span { border-color: rgb(99,89,82); }

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