Html Css Color HEX #685537 Horses Neck

📋 copy color: '#685537'

red 104 ◦ green 85 ◦ blue 55

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

Shades of Horses Neck #685537

Tints of Horses Neck #685537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 42.62%
G = 34.84%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#685537 (or 0x685537) is known color: Horses Neck. HEX triplet: 68, 55 and 37. RGB value is (104,85,55). Sum of RGB (Red+Green+Blue) = 104+85+55=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685537 is #97AAC8. Grayscale: #575757. Windows color (decimal): -9939657 or 3626344. OLE color: 3626344.

HSL color Cylindrical-coordinate representation of color #685537: hue angle of 36.73º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #685537 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 55 -
CMYK 0 0.18 0.47 0.59
HSL 36.73º 0.31% 0.31% -
HSV(B) 36.73º 0.47% 0.41% -
XYZ 9.65 9.72 4.98 -
YUV 87.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 104 85 55 0 0.18 0.47 0.59 36.73 0.31 0.31
Hex 68 55 37 0 12 2F 3B 25 1F 1F
Octal 150 125 67 0 22 57 73 45 37 37
Binary 1101000 1010101 110111 0 10010 101111 111011 100101 11111 11111

Color Harmonies of #685537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685537

Black with #685537

Text Example


Text Example

White with #685537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685537; }

 p { color: rgb(104,85,55); }

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

background-color css

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

 a { background-color: rgb(104,85,55); }

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

border-color css

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

 span { border-color: rgb(104,85,55); }

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