#674F2A

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

Shades of Horses Neck #674F2A

Tints of Horses Neck #674F2A

Color information

#674F2A (or 0x674F2A) is unknown color: approx Horses Neck. HEX triplet: 67, 4F and 2A. RGB value is (103,79,42). Sum of RGB (Red+Green+Blue) = 103+79+42=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #674F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F2A is #98B0D5. Grayscale: #525252. Windows color (decimal): -10006742 or 2772839. OLE color: 2772839.

HSL color Cylindrical-coordinate representation of color #674F2A: hue angle of 36.39º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674F2A is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB1037942-
CMYK00.230.590.60
HSL36.39º42.07%28.43%-
HSV(B)36.39º59.22%40.39%-
XYZ8.818.643.39-
YUV81.96105.45143.01-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 45.98%
GREEN value IS 79 (31.25% from 255) = 35.27%
BLUE value IS 42 (16.80% from 255) = 18.75%
R=45.98%
G=35.27%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103794200.230.590.6036.3942.0728.43
Hex674F2A0173B3C242a1c
Octal147117520277374445234
Binary1100111100111110101001011111101111110010010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,79,42); }

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

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

 a { background-color: rgb(103,79,42); }

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

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

 span { border-color: rgb(103,79,42); }

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