Html Css Color HEX #665950 Kabul

📋 copy color: '#665950'

red 102 ◦ green 89 ◦ blue 80

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

Shades of Kabul #665950

Tints of Kabul #665950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 37.64%
G = 32.84%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#665950 (or 0x665950) is known color: Kabul. HEX triplet: 66, 59 and 50. RGB value is (102,89,80). Sum of RGB (Red+Green+Blue) = 102+89+80=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 102 - color contains mainly: red. Hex color #665950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665950 is #99A6AF. Grayscale: #5B5B5B. Windows color (decimal): -10069680 or 5265766. OLE color: 5265766.

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

Color convert

RGB 102 89 80 -
CMYK 0 0.13 0.22 0.6
HSL 24.55º 0.12% 0.36% -
HSV(B) 24.55º 0.22% 0.4% -
XYZ 10.5 10.55 9.07 -
YUV 91.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 102 89 80 0 0.13 0.22 0.6 24.55 0.12 0.36
Hex 66 59 50 0 D 16 3C 19 C 24
Octal 146 131 120 0 15 26 74 31 14 44
Binary 1100110 1011001 1010000 0 1101 10110 111100 11001 1100 100100

Color Harmonies of #665950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665950

Black with #665950

Text Example


Text Example

White with #665950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665950; }

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

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

background-color css

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

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

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

border-color css

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

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

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