Html Css Color HEX #645C57 Kabul

📋 copy color: '#645C57'

red 100 ◦ green 92 ◦ blue 87

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

Shades of Kabul #645C57

Tints of Kabul #645C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.97%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 35.84%
G = 32.97%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#645C57 (or 0x645C57) is known color: Kabul. HEX triplet: 64, 5C and 57. RGB value is (100,92,87). Sum of RGB (Red+Green+Blue) = 100+92+87=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #645C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C57 is #9BA3A8. Grayscale: #5D5D5D. Windows color (decimal): -10199977 or 5725284. OLE color: 5725284.

HSL color Cylindrical-coordinate representation of color #645C57: hue angle of 23.08º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #645C57 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 92 87 -
CMYK 0 0.08 0.13 0.61
HSL 23.08º 0.07% 0.37% -
HSV(B) 23.08º 0.13% 0.39% -
XYZ 10.8 11.05 10.58 -
YUV 93.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 100 92 87 0 0.08 0.13 0.61 23.08 0.07 0.37
Hex 64 5C 57 0 8 D 3D 17 7 25
Octal 144 134 127 0 10 15 75 27 7 45
Binary 1100100 1011100 1010111 0 1000 1101 111101 10111 111 100101

Color Harmonies of #645C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645C57

Black with #645C57

Text Example


Text Example

White with #645C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645C57; }

 p { color: rgb(100,92,87); }

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

background-color css

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

 a { background-color: rgb(100,92,87); }

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

border-color css

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

 span { border-color: rgb(100,92,87); }

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