#6B572C

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

Shades of Horses Neck #6B572C

Tints of Horses Neck #6B572C

Color information

#6B572C (or 0x6B572C) is unknown color: approx Horses Neck. HEX triplet: 6B, 57 and 2C. RGB value is (107,87,44). Sum of RGB (Red+Green+Blue) = 107+87+44=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B572C is #94A8D3. Grayscale: #585858. Windows color (decimal): -9742548 or 2905963. OLE color: 2905963.

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

Color convert

RGB1078744-
CMYK00.190.590.58
HSL40.95º41.72%29.61%-
HSV(B)40.95º58.88%41.96%-
XYZ9.9310.123.81-
YUV88.08103.13141.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=44.96%
G=36.55%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107874400.190.590.5840.9541.7229.61
Hex6B572C0133B3A292a1e
Octal153127540237372515236
Binary1101011101011110110001001111101111101010100110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,87,44); }

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

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

 a { background-color: rgb(107,87,44); }

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

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

 span { border-color: rgb(107,87,44); }

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