Html Css Color HEX #685F56 Kabul

📋 copy color: '#685F56'

red 104 ◦ green 95 ◦ blue 86

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

Shades of Kabul #685F56

Tints of Kabul #685F56

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.33%

 BLUE value IS 86 (33.98% from 255) = 30.18%

R = 36.49%
G = 33.33%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#685F56 (or 0x685F56) is known color: Kabul. HEX triplet: 68, 5F and 56. RGB value is (104,95,86). Sum of RGB (Red+Green+Blue) = 104+95+86=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F56 is #97A0A9. Grayscale: #606060. Windows color (decimal): -9937066 or 5660520. OLE color: 5660520.

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

Color convert

RGB 104 95 86 -
CMYK 0 0.09 0.17 0.59
HSL 30º 0.09% 0.37% -
HSV(B) 30º 0.17% 0.41% -
XYZ 11.48 11.8 10.48 -
YUV 96.67 121.98 133.23 -
System Red Green Blue C M Y K H S L
Decimal 104 95 86 0 0.09 0.17 0.59 30 0.09 0.37
Hex 68 5F 56 0 9 11 3B 1E 9 25
Octal 150 137 126 0 11 21 73 36 11 45
Binary 1101000 1011111 1010110 0 1001 10001 111011 11110 1001 100101

Color Harmonies of #685F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F56

Black with #685F56

Text Example


Text Example

White with #685F56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,95,86); }

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

background-color css

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

 a { background-color: rgb(104,95,86); }

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

border-color css

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

 span { border-color: rgb(104,95,86); }

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