#6F5C2E

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

Shades of Horses Neck #6F5C2E

Tints of Horses Neck #6F5C2E

Color information

#6F5C2E (or 0x6F5C2E) is unknown color: approx Horses Neck. HEX triplet: 6F, 5C and 2E. RGB value is (111,92,46). Sum of RGB (Red+Green+Blue) = 111+92+46=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C2E is #90A3D1. Grayscale: #5C5C5C. Windows color (decimal): -9479122 or 3038319. OLE color: 3038319.

HSL color Cylindrical-coordinate representation of color #6F5C2E: hue angle of 42.46º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F5C2E is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1119246-
CMYK00.170.590.56
HSL42.46º41.4%30.78%-
HSV(B)42.46º58.56%43.53%-
XYZ10.8811.234.18-
YUV92.44101.79141.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.58%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=44.58%
G=36.95%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111924600.170.590.5642.4641.430.78
Hex6F5C2E0113B382a291f
Octal157134560217370525137
Binary1101111101110010111001000111101111100010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,92,46); }

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

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

 a { background-color: rgb(111,92,46); }

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

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

 span { border-color: rgb(111,92,46); }

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