Html Css Color HEX #685835 Horses Neck

📋 copy color: '#685835'

red 104 ◦ green 88 ◦ blue 53

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

Shades of Horses Neck #685835

Tints of Horses Neck #685835

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

 BLUE value IS 53 (21.09% from 255) = 21.63%

R = 42.45%
G = 35.92%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#685835 (or 0x685835) is known color: Horses Neck. HEX triplet: 68, 58 and 35. RGB value is (104,88,53). Sum of RGB (Red+Green+Blue) = 104+88+53=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685835 is #97A7CA. Grayscale: #585858. Windows color (decimal): -9938891 or 3496040. OLE color: 3496040.

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

Color convert

RGB 104 88 53 -
CMYK 0 0.15 0.49 0.59
HSL 41.18º 0.32% 0.31% -
HSV(B) 41.18º 0.49% 0.41% -
XYZ 9.84 10.18 4.81 -
YUV 88.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 104 88 53 0 0.15 0.49 0.59 41.18 0.32 0.31
Hex 68 58 35 0 F 31 3B 29 20 1F
Octal 150 130 65 0 17 61 73 51 40 37
Binary 1101000 1011000 110101 0 1111 110001 111011 101001 100000 11111

Color Harmonies of #685835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685835

Black with #685835

Text Example


Text Example

White with #685835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685835; }

 p { color: rgb(104,88,53); }

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

background-color css

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

 a { background-color: rgb(104,88,53); }

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

border-color css

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

 span { border-color: rgb(104,88,53); }

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