#6A5631

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

Shades of Horses Neck #6A5631

Tints of Horses Neck #6A5631

Color information

#6A5631 (or 0x6A5631) is unknown color: approx Horses Neck. HEX triplet: 6A, 56 and 31. RGB value is (106,86,49). Sum of RGB (Red+Green+Blue) = 106+86+49=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5631 is #95A9CE. Grayscale: #575757. Windows color (decimal): -9808335 or 3233386. OLE color: 3233386.

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

Color convert

RGB1068649-
CMYK00.190.540.58
HSL38.95º36.77%30.39%-
HSV(B)38.95º53.77%41.57%-
XYZ9.839.944.31-
YUV87.76106.13141.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 49 (19.53% from 255) = 20.33%
R=43.98%
G=35.68%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.54
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106864900.190.540.5838.9536.7730.39
Hex6A5631013363A27251e
Octal152126610236672474536
Binary1101010101011011000101001111011011101010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,49); }

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

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

 a { background-color: rgb(106,86,49); }

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

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

 span { border-color: rgb(106,86,49); }

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