#6B532A

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

Shades of Horses Neck #6B532A

Tints of Horses Neck #6B532A

Color information

#6B532A (or 0x6B532A) is unknown color: approx Horses Neck. HEX triplet: 6B, 53 and 2A. RGB value is (107,83,42). Sum of RGB (Red+Green+Blue) = 107+83+42=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B532A is #94ACD5. Grayscale: #555555. Windows color (decimal): -9743574 or 2773867. OLE color: 2773867.

HSL color Cylindrical-coordinate representation of color #6B532A: hue angle of 37.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B532A is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1078342-
CMYK00.220.610.58
HSL37.85º43.62%29.22%-
HSV(B)37.85º60.75%41.96%-
XYZ9.579.483.52-
YUV85.5103.45143.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 83 (32.81% from 255) = 35.78%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=46.12%
G=35.78%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107834200.220.610.5837.8543.6229.22
Hex6B532A0163D3A262c1d
Octal153123520267572465435
Binary1101011101001110101001011011110111101010011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,83,42); }

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

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

 a { background-color: rgb(107,83,42); }

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

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

 span { border-color: rgb(107,83,42); }

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