#6A5328

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

Shades of Horses Neck #6A5328

Tints of Horses Neck #6A5328

Color information

#6A5328 (or 0x6A5328) is unknown color: approx Horses Neck. HEX triplet: 6A, 53 and 28. RGB value is (106,83,40). Sum of RGB (Red+Green+Blue) = 106+83+40=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5328 is #95ACD7. Grayscale: #555555. Windows color (decimal): -9809112 or 2642794. OLE color: 2642794.

HSL color Cylindrical-coordinate representation of color #6A5328: hue angle of 39.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A5328 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.58.

Color convert

RGB1068340-
CMYK00.220.620.58
HSL39.09º45.21%28.63%-
HSV(B)39.09º62.26%41.57%-
XYZ9.429.43.33-
YUV84.98102.62143-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 83 (32.81% from 255) = 36.24%
BLUE value IS 40 (16.02% from 255) = 17.47%
R=46.29%
G=36.24%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106834000.220.620.5839.0945.2128.63
Hex6A53280163E3A272d1d
Octal152123500267672475535
Binary1101010101001110100001011011111011101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,40); }

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

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

 a { background-color: rgb(106,83,40); }

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

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

 span { border-color: rgb(106,83,40); }

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