Html Css Color HEX #685B51 Kabul

📋 copy color: '#685B51'

red 104 ◦ green 91 ◦ blue 81

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

Shades of Kabul #685B51

Tints of Kabul #685B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.97%

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

R = 37.68%
G = 32.97%
B = 29.35%

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

#685B51 (or 0x685B51) is known color: Kabul. HEX triplet: 68, 5B and 51. RGB value is (104,91,81). Sum of RGB (Red+Green+Blue) = 104+91+81=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B51 is #97A4AE. Grayscale: #5D5D5D. Windows color (decimal): -9938095 or 5331816. OLE color: 5331816.

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

Color convert

RGB 104 91 81 -
CMYK 0 0.12 0.22 0.59
HSL 26.09º 0.12% 0.36% -
HSV(B) 26.09º 0.22% 0.41% -
XYZ 10.94 11.02 9.34 -
YUV 93.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 104 91 81 0 0.12 0.22 0.59 26.09 0.12 0.36
Hex 68 5B 51 0 C 16 3B 1A C 24
Octal 150 133 121 0 14 26 73 32 14 44
Binary 1101000 1011011 1010001 0 1100 10110 111011 11010 1100 100100

Color Harmonies of #685B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B51

Black with #685B51

Text Example


Text Example

White with #685B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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