#6A581B

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

Shades of Horses Neck #6A581B

Tints of Horses Neck #6A581B

Color information

#6A581B (or 0x6A581B) is unknown color: approx Horses Neck. HEX triplet: 6A, 58 and 1B. RGB value is (106,88,27). Sum of RGB (Red+Green+Blue) = 106+88+27=221 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.96% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 106 - color contains mainly: red. Hex color #6A581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A581B is #95A7E4. Grayscale: #565656. Windows color (decimal): -9807845 or 1792106. OLE color: 1792106.

HSL color Cylindrical-coordinate representation of color #6A581B: hue angle of 46.33º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6A581B is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1068827-
CMYK00.170.750.58
HSL46.33º59.4%26.08%-
HSV(B)46.33º74.53%41.57%-
XYZ9.6310.122.48-
YUV86.4394.46141.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.96%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 27 (10.94% from 255) = 12.22%
R=47.96%
G=39.82%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106882700.170.750.5846.3359.426.08
Hex6A581B0114B3A2e3b1a
Octal1521303302111372567332
Binary1101010101100011011010001100101111101010111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,27); }

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

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

 a { background-color: rgb(106,88,27); }

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

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

 span { border-color: rgb(106,88,27); }

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