#6B5926

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

Shades of Horses Neck #6B5926

Tints of Horses Neck #6B5926

Color information

#6B5926 (or 0x6B5926) is unknown color: approx Horses Neck. HEX triplet: 6B, 59 and 26. RGB value is (107,89,38). Sum of RGB (Red+Green+Blue) = 107+89+38=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5926 is #94A6D9. Grayscale: #585858. Windows color (decimal): -9742042 or 2513259. OLE color: 2513259.

HSL color Cylindrical-coordinate representation of color #6B5926: hue angle of 44.35º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B5926 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB1078938-
CMYK00.170.640.58
HSL44.35º47.59%28.43%-
HSV(B)44.35º64.49%41.96%-
XYZ9.9910.413.32-
YUV88.5799.46141.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 89 (35.16% from 255) = 38.03%
BLUE value IS 38 (15.23% from 255) = 16.24%
R=45.73%
G=38.03%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107893800.170.640.5844.3547.5928.43
Hex6B5926011403A2c301c
Octal1531314602110072546034
Binary11010111011001100110010001100000011101010110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,38); }

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

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

 a { background-color: rgb(107,89,38); }

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

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

 span { border-color: rgb(107,89,38); }

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