#6C5B22

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

Shades of Horses Neck #6C5B22

Tints of Horses Neck #6C5B22

Color information

#6C5B22 (or 0x6C5B22) is unknown color: approx Horses Neck. HEX triplet: 6C, 5B and 22. RGB value is (108,91,34). Sum of RGB (Red+Green+Blue) = 108+91+34=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5B22 is #93A4DD. Grayscale: #595959. Windows color (decimal): -9675998 or 2251628. OLE color: 2251628.

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

Color convert

RGB1089134-
CMYK00.160.690.58
HSL46.22º52.11%27.84%-
HSV(B)46.22º68.52%42.35%-
XYZ10.2110.793.06-
YUV89.5896.63141.13-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=46.35%
G=39.06%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108913400.160.690.5846.2252.1127.84
Hex6C5B22010453A2e341c
Octal1541334202010572566434
Binary11011001011011100010010000100010111101010111011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,34); }

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

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

 a { background-color: rgb(108,91,34); }

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

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

 span { border-color: rgb(108,91,34); }

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