#675931

Color #675931 Horses Neck (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horses Neck #675931

Tints of Horses Neck #675931

Color information

#675931 (or 0x675931) is unknown color: approx Horses Neck. HEX triplet: 67, 59 and 31. RGB value is (103,89,49). Sum of RGB (Red+Green+Blue) = 103+89+49=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #675931 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675931 is #98A6CE. Grayscale: #585858. Windows color (decimal): -10004175 or 3234151. OLE color: 3234151.

HSL color Cylindrical-coordinate representation of color #675931: hue angle of 44.44º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #675931 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB1038949-
CMYK00.140.520.60
HSL44.44º35.53%29.8%-
HSV(B)44.44º52.43%40.39%-
XYZ9.7210.254.37-
YUV88.63105.64138.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 89 (35.16% from 255) = 36.93%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=42.74%
G=36.93%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103894900.140.520.6044.4435.5329.8
Hex6759310E343C2c241e
Octal147131610166474544436
Binary110011110110011100010111011010011110010110010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675931; }

 p { color: rgb(103,89,49); }

 H1.HeaderClassName
 {
   color: #675931;
 }
 .AnyTagClassName
 {
   color: #675931;
 }
</style>
background-color css

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

 a { background-color: rgb(103,89,49); }

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

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

 span { border-color: rgb(103,89,49); }

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