Html Css Color HEX #655951 Kabul

📋 copy color: '#655951'

red 101 ◦ green 89 ◦ blue 81

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

Shades of Kabul #655951

Tints of Kabul #655951

RGB

 RED value IS 101 (39.84% from 255) = 37.27%

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

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

R = 37.27%
G = 32.84%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#655951 (or 0x655951) is known color: Kabul. HEX triplet: 65, 59 and 51. RGB value is (101,89,81). Sum of RGB (Red+Green+Blue) = 101+89+81=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655951 is #9AA6AE. Grayscale: #5B5B5B. Windows color (decimal): -10135215 or 5331301. OLE color: 5331301.

HSL color Cylindrical-coordinate representation of color #655951: hue angle of 24º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655951 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 89 81 -
CMYK 0 0.12 0.20 0.60
HSL 24º 0.11% 0.36% -
HSV(B) 24º 0.2% 0.4% -
XYZ 10.42 10.51 9.26 -
YUV 91.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 101 89 81 0 0.12 0.20 0.60 24 0.11 0.36
Hex 65 59 51 0 C 14 3C 18 B 24
Octal 145 131 121 0 14 24 74 30 13 44
Binary 1100101 1011001 1010001 0 1100 10100 111100 11000 1011 100100

Color Harmonies of #655951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655951

Black with #655951

Text Example


Text Example

White with #655951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655951; }

 p { color: rgb(101,89,81); }

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

background-color css

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

 a { background-color: rgb(101,89,81); }

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

border-color css

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

 span { border-color: rgb(101,89,81); }

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