Html Css Color HEX #665951 Kabul

📋 copy color: '#665951'

red 102 ◦ green 89 ◦ blue 81

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

Shades of Kabul #665951

Tints of Kabul #665951

RGB

 RED value IS 102 (40.23% from 255) = 37.5%

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

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

R = 37.5%
G = 32.72%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.6

RGB Variations

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

Color information

#665951 (or 0x665951) is known color: Kabul. HEX triplet: 66, 59 and 51. RGB value is (102,89,81). Sum of RGB (Red+Green+Blue) = 102+89+81=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 102 - color contains mainly: red. Hex color #665951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665951 is #99A6AE. Grayscale: #5C5C5C. Windows color (decimal): -10069679 or 5331302. OLE color: 5331302.

HSL color Cylindrical-coordinate representation of color #665951: hue angle of 22.86º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #665951 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 89 81 -
CMYK 0 0.13 0.21 0.6
HSL 22.86º 0.11% 0.36% -
HSV(B) 22.86º 0.21% 0.4% -
XYZ 10.54 10.56 9.27 -
YUV 91.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 102 89 81 0 0.13 0.21 0.6 22.86 0.11 0.36
Hex 66 59 51 0 D 15 3C 17 B 24
Octal 146 131 121 0 15 25 74 27 13 44
Binary 1100110 1011001 1010001 0 1101 10101 111100 10111 1011 100100

Color Harmonies of #665951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665951

Black with #665951

Text Example


Text Example

White with #665951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665951; }

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

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

background-color css

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

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

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

border-color css

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

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

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