Html Css Color HEX #645F5B Kabul

📋 copy color: '#645F5B'

red 100 ◦ green 95 ◦ blue 91

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

Shades of Kabul #645F5B

Tints of Kabul #645F5B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 34.97%
G = 33.22%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#645F5B (or 0x645F5B) is known color: Kabul. HEX triplet: 64, 5F and 5B. RGB value is (100,95,91). Sum of RGB (Red+Green+Blue) = 100+95+91=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 100 - color contains mainly: red. Hex color #645F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F5B is #9BA0A4. Grayscale: #606060. Windows color (decimal): -10199205 or 5988196. OLE color: 5988196.

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

Color convert

RGB 100 95 91 -
CMYK 0 0.05 0.09 0.61
HSL 26.67º 0.05% 0.37% -
HSV(B) 26.67º 0.09% 0.39% -
XYZ 11.24 11.65 11.55 -
YUV 96.04 125.16 130.83 -
System Red Green Blue C M Y K H S L
Decimal 100 95 91 0 0.05 0.09 0.61 26.67 0.05 0.37
Hex 64 5F 5B 0 5 9 3D 1B 5 25
Octal 144 137 133 0 5 11 75 33 5 45
Binary 1100100 1011111 1011011 0 101 1001 111101 11011 101 100101

Color Harmonies of #645F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F5B

Black with #645F5B

Text Example


Text Example

White with #645F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,95,91); }

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

background-color css

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

 a { background-color: rgb(100,95,91); }

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

border-color css

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

 span { border-color: rgb(100,95,91); }

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