#6F581A

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

Shades of Horses Neck #6F581A

Tints of Horses Neck #6F581A

Color information

#6F581A (or 0x6F581A) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 1A. RGB value is (111,88,26). Sum of RGB (Red+Green+Blue) = 111+88+26=225 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.33% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 111 - color contains mainly: red. Hex color #6F581A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F581A is #90A7E5. Grayscale: #585858. Windows color (decimal): -9480166 or 1726575. OLE color: 1726575.

HSL color Cylindrical-coordinate representation of color #6F581A: hue angle of 43.76º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F581A is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB1118826-
CMYK00.210.770.56
HSL43.76º62.04%26.86%-
HSV(B)43.76º76.58%43.53%-
XYZ10.2310.432.45-
YUV87.8193.12144.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.33%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 26 (10.55% from 255) = 11.56%
R=49.33%
G=39.11%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111882600.210.770.5643.7662.0426.86
Hex6F581A0154D382c3e1b
Octal1571303202511570547633
Binary1101111101100011010010101100110111100010110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,26); }

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

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

 a { background-color: rgb(111,88,26); }

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

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

 span { border-color: rgb(111,88,26); }

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