#674E21

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

Shades of Horses Neck #674E21

Tints of Horses Neck #674E21

Color information

#674E21 (or 0x674E21) is unknown color: approx Horses Neck. HEX triplet: 67, 4E and 21. RGB value is (103,78,33). Sum of RGB (Red+Green+Blue) = 103+78+33=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 78 (30.86% from 255 or 36.45% from 214); Blue value is 33 (13.28% from 255 or 15.42% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #674E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E21 is #98B1DE. Grayscale: #505050. Windows color (decimal): -10007007 or 2182759. OLE color: 2182759.

HSL color Cylindrical-coordinate representation of color #674E21: hue angle of 38.57º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #674E21 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1037833-
CMYK00.240.680.60
HSL38.57º51.47%26.67%-
HSV(B)38.57º67.96%40.39%-
XYZ8.598.442.62-
YUV80.34101.28144.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 78 (30.86% from 255) = 36.45%
BLUE value IS 33 (13.28% from 255) = 15.42%
R=48.13%
G=36.45%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103783300.240.680.6038.5751.4726.67
Hex674E21018443C27331b
Octal1471164103010474476333
Binary11001111001110100001011000100010011110010011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674E21; }

 p { color: rgb(103,78,33); }

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

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

 a { background-color: rgb(103,78,33); }

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

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

 span { border-color: rgb(103,78,33); }

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