#6B582F

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

Shades of Horses Neck #6B582F

Tints of Horses Neck #6B582F

Color information

#6B582F (or 0x6B582F) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 2F. RGB value is (107,88,47). Sum of RGB (Red+Green+Blue) = 107+88+47=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B582F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B582F is #94A7D0. Grayscale: #595959. Windows color (decimal): -9742289 or 3102827. OLE color: 3102827.

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

Color convert

RGB1078847-
CMYK00.180.560.58
HSL41º38.96%30.2%-
HSV(B)41º56.07%41.96%-
XYZ10.0710.314.15-
YUV89.01104.29140.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.21%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 19.42%
R=44.21%
G=36.36%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107884700.180.560.584138.9630.2
Hex6B582F012383A29271e
Octal153130570227072514736
Binary1101011101100010111101001011100011101010100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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