Html Css Color HEX #685A38 Horses Neck

📋 copy color: '#685A38'

red 104 ◦ green 90 ◦ blue 56

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

Shades of Horses Neck #685A38

Tints of Horses Neck #685A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36%

 BLUE value IS 56 (22.27% from 255) = 22.4%

R = 41.6%
G = 36%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#685A38 (or 0x685A38) is known color: Horses Neck. HEX triplet: 68, 5A and 38. RGB value is (104,90,56). Sum of RGB (Red+Green+Blue) = 104+90+56=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A38 is #97A5C7. Grayscale: #5A5A5A. Windows color (decimal): -9938376 or 3693160. OLE color: 3693160.

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

Color convert

RGB 104 90 56 -
CMYK 0 0.13 0.46 0.59
HSL 42.5º 0.3% 0.31% -
HSV(B) 42.5º 0.46% 0.41% -
XYZ 10.08 10.54 5.24 -
YUV 90.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 104 90 56 0 0.13 0.46 0.59 42.5 0.3 0.31
Hex 68 5A 38 0 D 2E 3B 2A 1E 1F
Octal 150 132 70 0 15 56 73 52 36 37
Binary 1101000 1011010 111000 0 1101 101110 111011 101010 11110 11111

Color Harmonies of #685A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A38

Black with #685A38

Text Example


Text Example

White with #685A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,56); }

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

background-color css

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

 a { background-color: rgb(104,90,56); }

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

border-color css

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

 span { border-color: rgb(104,90,56); }

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