Html Css Color HEX #685950 Kabul

📋 copy color: '#685950'

red 104 ◦ green 89 ◦ blue 80

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

Shades of Kabul #685950

Tints of Kabul #685950

RGB

 RED value IS 104 (41.02% from 255) = 38.1%

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

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

R = 38.1%
G = 32.6%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#685950 (or 0x685950) is known color: Kabul. HEX triplet: 68, 59 and 50. RGB value is (104,89,80). Sum of RGB (Red+Green+Blue) = 104+89+80=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 80 (31.64% from 255 or 29.30% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685950 is #97A6AF. Grayscale: #5C5C5C. Windows color (decimal): -9938608 or 5265768. OLE color: 5265768.

HSL color Cylindrical-coordinate representation of color #685950: hue angle of 22.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685950 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 80 -
CMYK 0 0.14 0.23 0.59
HSL 22.5º 0.13% 0.36% -
HSV(B) 22.5º 0.23% 0.41% -
XYZ 10.73 10.67 9.08 -
YUV 92.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 104 89 80 0 0.14 0.23 0.59 22.5 0.13 0.36
Hex 68 59 50 0 E 17 3B 16 D 24
Octal 150 131 120 0 16 27 73 26 15 44
Binary 1101000 1011001 1010000 0 1110 10111 111011 10110 1101 100100

Color Harmonies of #685950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685950

Black with #685950

Text Example


Text Example

White with #685950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685950; }

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

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

background-color css

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

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

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

border-color css

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

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

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