#6B4F23

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

Shades of Horses Neck #6B4F23

Tints of Horses Neck #6B4F23

Color information

#6B4F23 (or 0x6B4F23) is unknown color: approx Horses Neck. HEX triplet: 6B, 4F and 23. RGB value is (107,79,35). Sum of RGB (Red+Green+Blue) = 107+79+35=221 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.42% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F23 is #94B0DC. Grayscale: #525252. Windows color (decimal): -9744605 or 2314091. OLE color: 2314091.

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

Color convert

RGB1077935-
CMYK00.260.670.58
HSL36.67º50.7%27.84%-
HSV(B)36.67º67.29%41.96%-
XYZ9.168.842.81-
YUV82.36101.28145.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.42%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 35 (14.06% from 255) = 15.84%
R=48.42%
G=35.75%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107793500.260.670.5836.6750.727.84
Hex6B4F2301A433A25331c
Octal1531174303210372456334
Binary11010111001111100011011010100001111101010010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,79,35); }

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

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

 a { background-color: rgb(107,79,35); }

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

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

 span { border-color: rgb(107,79,35); }

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