#6B5834

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

Shades of Horses Neck #6B5834

Tints of Horses Neck #6B5834

Color information

#6B5834 (or 0x6B5834) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 34. RGB value is (107,88,52). Sum of RGB (Red+Green+Blue) = 107+88+52=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5834 is #94A7CB. Grayscale: #595959. Windows color (decimal): -9742284 or 3430507. OLE color: 3430507.

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

Color convert

RGB1078852-
CMYK00.180.510.58
HSL39.27º34.59%31.18%-
HSV(B)39.27º51.4%41.96%-
XYZ10.1710.354.71-
YUV89.58106.79140.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 43.32%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=43.32%
G=35.63%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107885200.180.510.5839.2734.5931.18
Hex6B5834012333A27231f
Octal153130640226372474337
Binary1101011101100011010001001011001111101010011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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