Html Css Color HEX #685535 Horses Neck

📋 copy color: '#685535'

red 104 ◦ green 85 ◦ blue 53

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

Shades of Horses Neck #685535

Tints of Horses Neck #685535

RGB

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

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

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

R = 42.98%
G = 35.12%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#685535 (or 0x685535) is known color: Horses Neck. HEX triplet: 68, 55 and 35. RGB value is (104,85,53). Sum of RGB (Red+Green+Blue) = 104+85+53=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #685535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685535 is #97AACA. Grayscale: #575757. Windows color (decimal): -9939659 or 3495272. OLE color: 3495272.

HSL color Cylindrical-coordinate representation of color #685535: hue angle of 37.65º 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 #685535 is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 53 -
CMYK 0 0.18 0.49 0.59
HSL 37.65º 0.32% 0.31% -
HSV(B) 37.65º 0.49% 0.41% -
XYZ 9.6 9.7 4.73 -
YUV 87.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 104 85 53 0 0.18 0.49 0.59 37.65 0.32 0.31
Hex 68 55 35 0 12 31 3B 26 20 1F
Octal 150 125 65 0 22 61 73 46 40 37
Binary 1101000 1010101 110101 0 10010 110001 111011 100110 100000 11111

Color Harmonies of #685535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685535

Black with #685535

Text Example


Text Example

White with #685535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685535; }

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

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

background-color css

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

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

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

border-color css

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

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

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