#67501F

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

Shades of Horses Neck #67501F

Tints of Horses Neck #67501F

Color information

#67501F (or 0x67501F) is unknown color: approx Horses Neck. HEX triplet: 67, 50 and 1F. RGB value is (103,80,31). Sum of RGB (Red+Green+Blue) = 103+80+31=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #67501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67501F is #98AFE0. Grayscale: #515151. Windows color (decimal): -10006497 or 2052199. OLE color: 2052199.

HSL color Cylindrical-coordinate representation of color #67501F: hue angle of 40.83º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67501F is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.60.

Color convert

RGB1038031-
CMYK00.220.700.60
HSL40.83º53.73%26.27%-
HSV(B)40.83º69.9%40.39%-
XYZ8.718.722.52-
YUV81.2999.62143.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 80 (31.64% from 255) = 37.38%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=48.13%
G=37.38%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103803100.220.700.6040.8353.7326.27
Hex67501F016463C29361a
Octal1471203702610674516632
Binary1100111101000011111010110100011011110010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67501F; }

 p { color: rgb(103,80,31); }

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

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

 a { background-color: rgb(103,80,31); }

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

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

 span { border-color: rgb(103,80,31); }

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