Html Css Color HEX #685431 Horses Neck

📋 copy color: '#685431'

red 104 ◦ green 84 ◦ blue 49

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

Shades of Horses Neck #685431

Tints of Horses Neck #685431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.44%

 BLUE value IS 49 (19.53% from 255) = 20.68%

R = 43.88%
G = 35.44%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#685431 (or 0x685431) is known color: Horses Neck. HEX triplet: 68, 54 and 31. RGB value is (104,84,49). Sum of RGB (Red+Green+Blue) = 104+84+49=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 84 (33.20% from 255 or 35.44% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685431 is #97ABCE. Grayscale: #565656. Windows color (decimal): -9939919 or 3232872. OLE color: 3232872.

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

Color convert

RGB 104 84 49 -
CMYK 0 0.19 0.53 0.59
HSL 38.18º 0.36% 0.3% -
HSV(B) 38.18º 0.53% 0.41% -
XYZ 9.43 9.51 4.24 -
YUV 85.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 104 84 49 0 0.19 0.53 0.59 38.18 0.36 0.3
Hex 68 54 31 0 13 35 3B 26 24 1E
Octal 150 124 61 0 23 65 73 46 44 36
Binary 1101000 1010100 110001 0 10011 110101 111011 100110 100100 11110

Color Harmonies of #685431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685431

Black with #685431

Text Example


Text Example

White with #685431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685431; }

 p { color: rgb(104,84,49); }

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

background-color css

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

 a { background-color: rgb(104,84,49); }

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

border-color css

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

 span { border-color: rgb(104,84,49); }

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