#675121

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

Shades of Horses Neck #675121

Tints of Horses Neck #675121

Color information

#675121 (or 0x675121) is unknown color: approx Horses Neck. HEX triplet: 67, 51 and 21. RGB value is (103,81,33). Sum of RGB (Red+Green+Blue) = 103+81+33=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #675121 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675121 is #98AEDE. Grayscale: #525252. Windows color (decimal): -10006239 or 2183527. OLE color: 2183527.

HSL color Cylindrical-coordinate representation of color #675121: hue angle of 41.14º 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 #675121 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB1038133-
CMYK00.210.680.60
HSL41.14º51.47%26.67%-
HSV(B)41.14º67.96%40.39%-
XYZ8.818.882.69-
YUV82.11100.29142.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 47.47%
GREEN value IS 81 (32.03% from 255) = 37.33%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=47.47%
G=37.33%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103813300.210.680.6041.1451.4726.67
Hex675121015443C29331b
Octal1471214102510474516333
Binary11001111010001100001010101100010011110010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675121; }

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

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

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

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

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

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

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

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