Html Css Color HEX #685C51 Kabul

📋 copy color: '#685C51'

red 104 ◦ green 92 ◦ blue 81

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

Shades of Kabul #685C51

Tints of Kabul #685C51

RGB

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

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

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

R = 37.55%
G = 33.21%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#685C51 (or 0x685C51) is known color: Kabul. HEX triplet: 68, 5C and 51. RGB value is (104,92,81). Sum of RGB (Red+Green+Blue) = 104+92+81=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 81 (32.03% from 255 or 29.24% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C51 is #97A3AE. Grayscale: #5E5E5E. Windows color (decimal): -9937839 or 5332072. OLE color: 5332072.

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

Color convert

RGB 104 92 81 -
CMYK 0 0.12 0.22 0.59
HSL 28.7º 0.12% 0.36% -
HSV(B) 28.7º 0.22% 0.41% -
XYZ 11.02 11.19 9.36 -
YUV 94.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 104 92 81 0 0.12 0.22 0.59 28.7 0.12 0.36
Hex 68 5C 51 0 C 16 3B 1D C 24
Octal 150 134 121 0 14 26 73 35 14 44
Binary 1101000 1011100 1010001 0 1100 10110 111011 11101 1100 100100

Color Harmonies of #685C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C51

Black with #685C51

Text Example


Text Example

White with #685C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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