#6C5023

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

Shades of Horses Neck #6C5023

Tints of Horses Neck #6C5023

Color information

#6C5023 (or 0x6C5023) is unknown color: approx Horses Neck. HEX triplet: 6C, 50 and 23. RGB value is (108,80,35). Sum of RGB (Red+Green+Blue) = 108+80+35=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 35 (14.06% from 255 or 15.70% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5023 is #93AFDC. Grayscale: #535353. Windows color (decimal): -9678813 or 2314348. OLE color: 2314348.

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

Color convert

RGB1088035-
CMYK00.260.680.58
HSL36.99º51.05%28.04%-
HSV(B)36.99º67.59%42.35%-
XYZ9.369.052.84-
YUV83.24100.78145.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 35 (14.06% from 255) = 15.70%
R=48.43%
G=35.87%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108803500.260.680.5836.9951.0528.04
Hex6C502301A443A25331c
Octal1541204303210472456334
Binary11011001010000100011011010100010011101010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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