#6F5C30

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

Shades of Horses Neck #6F5C30

Tints of Horses Neck #6F5C30

Color information

#6F5C30 (or 0x6F5C30) is unknown color: approx Horses Neck. HEX triplet: 6F, 5C and 30. RGB value is (111,92,48). Sum of RGB (Red+Green+Blue) = 111+92+48=251 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.22% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5C30 is #90A3CF. Grayscale: #5C5C5C. Windows color (decimal): -9479120 or 3169391. OLE color: 3169391.

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

Color convert

RGB1119248-
CMYK00.170.570.56
HSL41.9º39.62%31.18%-
HSV(B)41.9º56.76%43.53%-
XYZ10.9211.254.39-
YUV92.66102.79141.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 44.22%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 48 (19.14% from 255) = 19.12%
R=44.22%
G=36.65%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111924800.170.570.5641.939.6231.18
Hex6F5C3001139382a281f
Octal157134600217170525037
Binary1101111101110011000001000111100111100010101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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