Html Css Color HEX #685D54 Kabul

📋 copy color: '#685D54'

red 104 ◦ green 93 ◦ blue 84

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

Shades of Kabul #685D54

Tints of Kabul #685D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 84 (33.2% from 255) = 29.89%

R = 37.01%
G = 33.1%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#685D54 (or 0x685D54) is known color: Kabul. HEX triplet: 68, 5D and 54. RGB value is (104,93,84). Sum of RGB (Red+Green+Blue) = 104+93+84=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 84 (33.20% from 255 or 29.89% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D54 is #97A2AB. Grayscale: #5F5F5F. Windows color (decimal): -9937580 or 5528936. OLE color: 5528936.

HSL color Cylindrical-coordinate representation of color #685D54: hue angle of 27º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685D54 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 93 84 -
CMYK 0 0.11 0.19 0.59
HSL 27º 0.11% 0.37% -
HSV(B) 27º 0.19% 0.41% -
XYZ 11.22 11.41 10 -
YUV 95.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 104 93 84 0 0.11 0.19 0.59 27 0.11 0.37
Hex 68 5D 54 0 B 13 3B 1B B 25
Octal 150 135 124 0 13 23 73 33 13 45
Binary 1101000 1011101 1010100 0 1011 10011 111011 11011 1011 100101

Color Harmonies of #685D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D54

Black with #685D54

Text Example


Text Example

White with #685D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685D54; }

 p { color: rgb(104,93,84); }

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

background-color css

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

 a { background-color: rgb(104,93,84); }

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

border-color css

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

 span { border-color: rgb(104,93,84); }

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