#6F5823

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

Shades of Horses Neck #6F5823

Tints of Horses Neck #6F5823

Color information

#6F5823 (or 0x6F5823) is unknown color: approx Horses Neck. HEX triplet: 6F, 58 and 23. RGB value is (111,88,35). Sum of RGB (Red+Green+Blue) = 111+88+35=234 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.44% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5823 is #90A7DC. Grayscale: #595959. Windows color (decimal): -9480157 or 2316399. OLE color: 2316399.

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

Color convert

RGB1118835-
CMYK00.210.680.56
HSL41.84º52.05%28.63%-
HSV(B)41.84º68.47%43.53%-
XYZ10.3510.483.07-
YUV88.8497.62143.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.44%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 35 (14.06% from 255) = 14.96%
R=47.44%
G=37.61%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111883500.210.680.5641.8452.0528.63
Hex6F582301544382a341d
Octal1571304302510470526435
Binary11011111011000100011010101100010011100010101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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