#6D5023

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

Shades of Horses Neck #6D5023

Tints of Horses Neck #6D5023

Color information

#6D5023 (or 0x6D5023) is unknown color: approx Horses Neck. HEX triplet: 6D, 50 and 23. RGB value is (109,80,35). Sum of RGB (Red+Green+Blue) = 109+80+35=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5023 is #92AFDC. Grayscale: #535353. Windows color (decimal): -9613277 or 2314349. OLE color: 2314349.

HSL color Cylindrical-coordinate representation of color #6D5023: hue angle of 36.49º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D5023 is Cyan = 0, Magento = 0.27, Yellow = 0.68 and Black (K on CMYK) = 0.57.

Color convert

RGB1098035-
CMYK00.270.680.57
HSL36.49º51.39%28.24%-
HSV(B)36.49º67.89%42.75%-
XYZ9.489.112.85-
YUV83.54100.61146.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.66%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=48.66%
G=35.71%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109803500.270.680.5736.4951.3928.24
Hex6D502301B443924331c
Octal1551204303310471446334
Binary11011011010000100011011011100010011100110010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,35); }

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

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

 a { background-color: rgb(109,80,35); }

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

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

 span { border-color: rgb(109,80,35); }

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