#674F24

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

Shades of Horses Neck #674F24

Tints of Horses Neck #674F24

Color information

#674F24 (or 0x674F24) is unknown color: approx Horses Neck. HEX triplet: 67, 4F and 24. RGB value is (103,79,36). Sum of RGB (Red+Green+Blue) = 103+79+36=218 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.25% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 103 - color contains mainly: red. Hex color #674F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674F24 is #98B0DB. Grayscale: #515151. Windows color (decimal): -10006748 or 2379623. OLE color: 2379623.

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

Color convert

RGB1037936-
CMYK00.230.650.60
HSL38.51º48.2%27.25%-
HSV(B)38.51º65.05%40.39%-
XYZ8.718.62.87-
YUV81.27102.45143.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.25%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=47.25%
G=36.24%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103793600.230.650.6038.5148.227.25
Hex674F24017413C27301b
Octal1471174402710174476033
Binary11001111001111100100010111100000111110010011111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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