#6F5827

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

Shades of Horses Neck #6F5827

Tints of Horses Neck #6F5827

Color information

#6F5827 (or 0x6F5827) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 27. RGB value is (111,88,39). Sum of RGB (Red+Green+Blue) = 111+88+39=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5827 is #90A7D8. Grayscale: #595959. Windows color (decimal): -9480153 or 2578543. OLE color: 2578543.

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

Color convert

RGB1118839-
CMYK00.210.650.56
HSL40.83º48%29.41%-
HSV(B)40.83º64.86%43.53%-
XYZ10.4110.513.4-
YUV89.2999.62143.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.64%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=46.64%
G=36.97%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111883900.210.650.5640.834829.41
Hex6F5827015413829301d
Octal1571304702510170516035
Binary11011111011000100111010101100000111100010100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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