Html Css Color HEX #685B37 Horses Neck

📋 copy color: '#685B37'

red 104 ◦ green 91 ◦ blue 55

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

Shades of Horses Neck #685B37

Tints of Horses Neck #685B37

RGB

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

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

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

R = 41.6%
G = 36.4%
B = 22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.59

RGB Variations

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

Color information

#685B37 (or 0x685B37) is known color: Horses Neck. HEX triplet: 68, 5B and 37. RGB value is (104,91,55). Sum of RGB (Red+Green+Blue) = 104+91+55=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B37 is #97A4C8. Grayscale: #5A5A5A. Windows color (decimal): -9938121 or 3627880. OLE color: 3627880.

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

Color convert

RGB 104 91 55 -
CMYK 0 0.12 0.47 0.59
HSL 44.08º 0.31% 0.31% -
HSV(B) 44.08º 0.47% 0.41% -
XYZ 10.14 10.7 5.15 -
YUV 90.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 104 91 55 0 0.12 0.47 0.59 44.08 0.31 0.31
Hex 68 5B 37 0 C 2F 3B 2C 1F 1F
Octal 150 133 67 0 14 57 73 54 37 37
Binary 1101000 1011011 110111 0 1100 101111 111011 101100 11111 11111

Color Harmonies of #685B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B37

Black with #685B37

Text Example


Text Example

White with #685B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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