#6B581A

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

Shades of Horses Neck #6B581A

Tints of Horses Neck #6B581A

Color information

#6B581A (or 0x6B581A) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 1A. RGB value is (107,88,26). Sum of RGB (Red+Green+Blue) = 107+88+26=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B581A is #94A7E5. Grayscale: #565656. Windows color (decimal): -9742310 or 1726571. OLE color: 1726571.

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

Color convert

RGB1078826-
CMYK00.180.760.58
HSL45.93º60.9%26.08%-
HSV(B)45.93º75.7%41.96%-
XYZ9.7410.182.43-
YUV86.6193.79142.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 26 (10.55% from 255) = 11.76%
R=48.42%
G=39.82%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107882600.180.760.5845.9360.926.08
Hex6B581A0124C3A2e3d1a
Octal1531303202211472567532
Binary1101011101100011010010010100110011101010111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,26); }

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

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

 a { background-color: rgb(107,88,26); }

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

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

 span { border-color: rgb(107,88,26); }

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