#6A4F25

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

Shades of Horses Neck #6A4F25

Tints of Horses Neck #6A4F25

Color information

#6A4F25 (or 0x6A4F25) is unknown color: approx Horses Neck. HEX triplet: 6A, 4F and 25. RGB value is (106,79,37). Sum of RGB (Red+Green+Blue) = 106+79+37=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F25 is #95B0DA. Grayscale: #525252. Windows color (decimal): -9810139 or 2445162. OLE color: 2445162.

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

Color convert

RGB1067937-
CMYK00.250.650.58
HSL36.52º48.25%28.04%-
HSV(B)36.52º65.09%41.57%-
XYZ9.078.792.97-
YUV82.28102.45144.92-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 79 (31.25% from 255) = 35.59%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=47.75%
G=35.59%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106793700.250.650.5836.5248.2528.04
Hex6A4F25019413A25301c
Octal1521174503110172456034
Binary11010101001111100101011001100000111101010010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,37); }

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

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

 a { background-color: rgb(106,79,37); }

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

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

 span { border-color: rgb(106,79,37); }

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