#6b501f

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

Shades of Horses Neck #6B501F

Tints of Horses Neck #6B501F

Color information

#6B501F (or 0x6B501F) is unknown color: approx Horses Neck. HEX triplet: 6B, 50 and 1F. RGB value is (107,80,31). Sum of RGB (Red+Green+Blue) = 107+80+31=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B501F is #94AFE0. Grayscale: #525252. Windows color (decimal): -9744353 or 2052203. OLE color: 2052203.

HSL color Cylindrical-coordinate representation of color #6B501F: hue angle of 38.68º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B501F is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB1078031-
CMYK00.250.710.58
HSL38.68º55.07%27.06%-
HSV(B)38.68º71.03%41.96%-
XYZ9.188.962.54-
YUV82.4998.95145.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 80 (31.64% from 255) = 36.70%
BLUE value IS 31 (12.5% from 255) = 14.22%
R=49.08%
G=36.70%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107803100.250.710.5838.6855.0727.06
Hex6B501F019473A27371b
Octal1531203703110772476733
Binary1101011101000011111011001100011111101010011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b501f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b501f; }

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

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

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

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

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

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

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

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