#6B5836

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

Shades of Horses Neck #6B5836

Tints of Horses Neck #6B5836

Color information

#6B5836 (or 0x6B5836) is unknown color: approx Horses Neck. HEX triplet: 6B, 58 and 36. RGB value is (107,88,54). Sum of RGB (Red+Green+Blue) = 107+88+54=249 (32% of max value = 765). Red value is 107 (42.19% from 255 or 42.97% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5836 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5836 is #94A7C9. Grayscale: #595959. Windows color (decimal): -9742282 or 3561579. OLE color: 3561579.

HSL color Cylindrical-coordinate representation of color #6B5836: hue angle of 38.49º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B5836 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB1078854-
CMYK00.180.500.58
HSL38.49º32.92%31.57%-
HSV(B)38.49º49.53%41.96%-
XYZ10.2210.374.95-
YUV89.8107.79140.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.97%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 54 (21.48% from 255) = 21.69%
R=42.97%
G=35.34%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107885400.180.500.5838.4932.9231.57
Hex6B5836012323A262120
Octal153130660226272464140
Binary11010111011000110110010010110010111010100110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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