#6A5225

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

Shades of Horses Neck #6A5225

Tints of Horses Neck #6A5225

Color information

#6A5225 (or 0x6A5225) is unknown color: approx Horses Neck. HEX triplet: 6A, 52 and 25. RGB value is (106,82,37). Sum of RGB (Red+Green+Blue) = 106+82+37=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5225 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5225 is #95ADDA. Grayscale: #545454. Windows color (decimal): -9809371 or 2445930. OLE color: 2445930.

HSL color Cylindrical-coordinate representation of color #6A5225: hue angle of 39.13º 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 #6A5225 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB1068237-
CMYK00.230.650.58
HSL39.13º48.25%28.04%-
HSV(B)39.13º65.09%41.57%-
XYZ9.39.233.04-
YUV84.05101.45143.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=47.11%
G=36.44%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106823700.230.650.5839.1348.2528.04
Hex6A5225017413A27301c
Octal1521224502710172476034
Binary11010101010010100101010111100000111101010011111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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