#6B5B23

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

Shades of Horses Neck #6B5B23

Tints of Horses Neck #6B5B23

Color information

#6B5B23 (or 0x6B5B23) is unknown color: approx Horses Neck. HEX triplet: 6B, 5B and 23. RGB value is (107,91,35). Sum of RGB (Red+Green+Blue) = 107+91+35=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 35 (14.06% from 255 or 15.02% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5B23 is #94A4DC. Grayscale: #595959. Windows color (decimal): -9741533 or 2317163. OLE color: 2317163.

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

Color convert

RGB1079135-
CMYK00.150.670.58
HSL46.67º50.7%27.84%-
HSV(B)46.67º67.29%41.96%-
XYZ10.1110.733.13-
YUV89.497.3140.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 35 (14.06% from 255) = 15.02%
R=45.92%
G=39.06%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107913500.150.670.5846.6750.727.84
Hex6B5B230F433A2f331c
Octal1531334301710372576334
Binary1101011101101110001101111100001111101010111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,35); }

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

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

 a { background-color: rgb(107,91,35); }

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

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

 span { border-color: rgb(107,91,35); }

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