#6B5630

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

Shades of Horses Neck #6B5630

Tints of Horses Neck #6B5630

Color information

#6B5630 (or 0x6B5630) is unknown color: approx Horses Neck. HEX triplet: 6B, 56 and 30. RGB value is (107,86,48). Sum of RGB (Red+Green+Blue) = 107+86+48=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5630 is #94A9CF. Grayscale: #585858. Windows color (decimal): -9742800 or 3167851. OLE color: 3167851.

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

Color convert

RGB1078648-
CMYK00.200.550.58
HSL38.64º38.06%30.39%-
HSV(B)38.64º55.14%41.96%-
XYZ9.929.994.2-
YUV87.95105.46141.59-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 48 (19.14% from 255) = 19.92%
R=44.40%
G=35.68%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107864800.200.550.5838.6438.0630.39
Hex6B5630014373A27261e
Octal153126600246772474636
Binary1101011101011011000001010011011111101010011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,86,48); }

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

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

 a { background-color: rgb(107,86,48); }

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

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

 span { border-color: rgb(107,86,48); }

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