#6A5227

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

Shades of Horses Neck #6A5227

Tints of Horses Neck #6A5227

Color information

#6A5227 (or 0x6A5227) is unknown color: approx Horses Neck. HEX triplet: 6A, 52 and 27. RGB value is (106,82,39). Sum of RGB (Red+Green+Blue) = 106+82+39=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5227 is #95ADD8. Grayscale: #545454. Windows color (decimal): -9809369 or 2577002. OLE color: 2577002.

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

Color convert

RGB1068239-
CMYK00.230.630.58
HSL38.51º46.21%28.43%-
HSV(B)38.51º63.21%41.57%-
XYZ9.339.253.21-
YUV84.27102.45143.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=46.70%
G=36.12%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106823900.230.630.5838.5146.2128.43
Hex6A52270173F3A272e1c
Octal152122470277772475634
Binary1101010101001010011101011111111111101010011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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