Html Css Color HEX #645953 Kabul

📋 copy color: '#645953'

red 100 ◦ green 89 ◦ blue 83

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

Shades of Kabul #645953

Tints of Kabul #645953

RGB

 RED value IS 100 (39.45% from 255) = 36.76%

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

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 36.76%
G = 32.72%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#645953 (or 0x645953) is known color: Kabul. HEX triplet: 64, 59 and 53. RGB value is (100,89,83). Sum of RGB (Red+Green+Blue) = 100+89+83=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 100 - color contains mainly: red. Hex color #645953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645953 is #9BA6AC. Grayscale: #5B5B5B. Windows color (decimal): -10200749 or 5462372. OLE color: 5462372.

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

Color convert

RGB 100 89 83 -
CMYK 0 0.11 0.17 0.61
HSL 21.18º 0.09% 0.36% -
HSV(B) 21.18º 0.17% 0.39% -
XYZ 10.39 10.48 9.66 -
YUV 91.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 100 89 83 0 0.11 0.17 0.61 21.18 0.09 0.36
Hex 64 59 53 0 B 11 3D 15 9 24
Octal 144 131 123 0 13 21 75 25 11 44
Binary 1100100 1011001 1010011 0 1011 10001 111101 10101 1001 100100

Color Harmonies of #645953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645953

Black with #645953

Text Example


Text Example

White with #645953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645953; }

 p { color: rgb(100,89,83); }

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

background-color css

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

 a { background-color: rgb(100,89,83); }

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

border-color css

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

 span { border-color: rgb(100,89,83); }

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