#6B5827

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

Shades of Horses Neck #6B5827

Tints of Horses Neck #6B5827

Color information

#6B5827 (or 0x6B5827) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 27. RGB value is (107,88,39). Sum of RGB (Red+Green+Blue) = 107+88+39=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 39 (15.62% from 255 or 16.67% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5827 is #94A7D8. Grayscale: #585858. Windows color (decimal): -9742297 or 2578539. OLE color: 2578539.

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

Color convert

RGB1078839-
CMYK00.180.640.58
HSL43.24º46.58%28.63%-
HSV(B)43.24º63.55%41.96%-
XYZ9.9210.253.38-
YUV88.1100.29141.48-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 88 (34.77% from 255) = 37.61%
BLUE value IS 39 (15.62% from 255) = 16.67%
R=45.73%
G=37.61%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107883900.180.640.5843.2446.5828.63
Hex6B5827012403A2b2f1d
Octal1531304702210072535735
Binary11010111011000100111010010100000011101010101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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