#6A582F

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

Shades of Horses Neck #6A582F

Tints of Horses Neck #6A582F

Color information

#6A582F (or 0x6A582F) is unknown color: approx Horses Neck. HEX triplet: 6A, 58 and 2F. RGB value is (106,88,47). Sum of RGB (Red+Green+Blue) = 106+88+47=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 106 - color contains mainly: red. Hex color #6A582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A582F is #95A7D0. Grayscale: #585858. Windows color (decimal): -9807825 or 3102826. OLE color: 3102826.

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

Color convert

RGB1068847-
CMYK00.170.560.58
HSL41.69º38.56%30%-
HSV(B)41.69º55.66%41.57%-
XYZ9.9510.254.14-
YUV88.71104.46140.33-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 47 (18.75% from 255) = 19.50%
R=43.98%
G=36.51%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106884700.170.560.5841.6938.5630
Hex6A582F011383A2a271e
Octal152130570217072524736
Binary1101010101100010111101000111100011101010101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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