#6F581C

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

Shades of Horses Neck #6F581C

Tints of Horses Neck #6F581C

Color information

#6F581C (or 0x6F581C) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 1C. RGB value is (111,88,28). Sum of RGB (Red+Green+Blue) = 111+88+28=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F581C is #90A7E3. Grayscale: #585858. Windows color (decimal): -9480164 or 1857647. OLE color: 1857647.

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

Color convert

RGB1118828-
CMYK00.210.750.56
HSL43.37º59.71%27.25%-
HSV(B)43.37º74.77%43.53%-
XYZ10.2510.442.57-
YUV88.0494.12144.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.90%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 28 (11.33% from 255) = 12.33%
R=48.90%
G=38.77%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111882800.210.750.5643.3759.7127.25
Hex6F581C0154B382b3c1b
Octal1571303402511370537433
Binary1101111101100011100010101100101111100010101111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F581C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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