Html Css Color HEX #685938 Horses Neck

📋 copy color: '#685938'

red 104 ◦ green 89 ◦ blue 56

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

Shades of Horses Neck #685938

Tints of Horses Neck #685938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 41.77%
G = 35.74%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#685938 (or 0x685938) is known color: Horses Neck. HEX triplet: 68, 59 and 38. RGB value is (104,89,56). Sum of RGB (Red+Green+Blue) = 104+89+56=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #685938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685938 is #97A6C7. Grayscale: #595959. Windows color (decimal): -9938632 or 3692904. OLE color: 3692904.

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

Color convert

RGB 104 89 56 -
CMYK 0 0.14 0.46 0.59
HSL 41.25º 0.3% 0.31% -
HSV(B) 41.25º 0.46% 0.41% -
XYZ 10 10.37 5.22 -
YUV 89.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 104 89 56 0 0.14 0.46 0.59 41.25 0.3 0.31
Hex 68 59 38 0 E 2E 3B 29 1E 1F
Octal 150 131 70 0 16 56 73 51 36 37
Binary 1101000 1011001 111000 0 1110 101110 111011 101001 11110 11111

Color Harmonies of #685938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685938

Black with #685938

Text Example


Text Example

White with #685938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685938; }

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

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

background-color css

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

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

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

border-color css

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

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

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