#6C581B

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

Shades of Horses Neck #6C581B

Tints of Horses Neck #6C581B

Color information

#6C581B (or 0x6C581B) is unknown color: approx Horses Neck. HEX triplet: 6C, 58 and 1B. RGB value is (108,88,27). Sum of RGB (Red+Green+Blue) = 108+88+27=223 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.43% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 108 - color contains mainly: red. Hex color #6C581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C581B is #93A7E4. Grayscale: #575757. Windows color (decimal): -9676773 or 1792108. OLE color: 1792108.

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

Color convert

RGB1088827-
CMYK00.190.750.58
HSL45.19º60%26.47%-
HSV(B)45.19º75%42.35%-
XYZ9.8710.252.49-
YUV87.0394.13142.96-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 48.43%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 27 (10.94% from 255) = 12.11%
R=48.43%
G=39.46%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108882700.190.750.5845.196026.47
Hex6C581B0134B3A2d3c1a
Octal1541303302311372557432
Binary1101100101100011011010011100101111101010110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,27); }

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

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

 a { background-color: rgb(108,88,27); }

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

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

 span { border-color: rgb(108,88,27); }

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