#6D5326

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

Shades of Horses Neck #6D5326

Tints of Horses Neck #6D5326

Color information

#6D5326 (or 0x6D5326) is unknown color: approx Horses Neck. HEX triplet: 6D, 53 and 26. RGB value is (109,83,38). Sum of RGB (Red+Green+Blue) = 109+83+38=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5326 is #92ACD9. Grayscale: #555555. Windows color (decimal): -9612506 or 2511725. OLE color: 2511725.

HSL color Cylindrical-coordinate representation of color #6D5326: hue angle of 38.03º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D5326 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB1098338-
CMYK00.240.650.57
HSL38.03º48.3%28.82%-
HSV(B)38.03º65.14%42.75%-
XYZ9.759.583.17-
YUV85.64101.11144.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=47.39%
G=36.09%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109833800.240.650.5738.0348.328.82
Hex6D5326018413926301d
Octal1551234603010171466035
Binary11011011010011100110011000100000111100110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,38); }

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

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

 a { background-color: rgb(109,83,38); }

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

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

 span { border-color: rgb(109,83,38); }

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