Html Css Color HEX #685C54 Kabul

📋 copy color: '#685C54'

red 104 ◦ green 92 ◦ blue 84

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

Shades of Kabul #685C54

Tints of Kabul #685C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.86%

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

R = 37.14%
G = 32.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#685C54 (or 0x685C54) is known color: Kabul. HEX triplet: 68, 5C and 54. RGB value is (104,92,84). Sum of RGB (Red+Green+Blue) = 104+92+84=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C54 is #97A3AB. Grayscale: #5E5E5E. Windows color (decimal): -9937836 or 5528680. OLE color: 5528680.

HSL color Cylindrical-coordinate representation of color #685C54: hue angle of 24º 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 #685C54 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 84 -
CMYK 0 0.12 0.19 0.59
HSL 24º 0.11% 0.37% -
HSV(B) 24º 0.19% 0.41% -
XYZ 11.14 11.24 9.97 -
YUV 94.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 104 92 84 0 0.12 0.19 0.59 24 0.11 0.37
Hex 68 5C 54 0 C 13 3B 18 B 25
Octal 150 134 124 0 14 23 73 30 13 45
Binary 1101000 1011100 1010100 0 1100 10011 111011 11000 1011 100101

Color Harmonies of #685C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C54

Black with #685C54

Text Example


Text Example

White with #685C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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