#864633

Color #864633 Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #864633

Tints of Paarl #864633

Color information

#864633 (or 0x864633) is unknown color: approx Paarl. HEX triplet: 86, 46 and 33. RGB value is (134,70,51). Sum of RGB (Red+Green+Blue) = 134+70+51=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864633 is #79B9CC. Grayscale: #575757. Windows color (decimal): -7977421 or 3360390. OLE color: 3360390.

HSL color Cylindrical-coordinate representation of color #864633: hue angle of 13.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #864633 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1347051-
CMYK00.480.620.47
HSL13.73º44.86%36.27%-
HSV(B)13.73º61.94%52.55%-
XYZ12.629.694.34-
YUV86.97107.7161.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 51 (20.31% from 255) = 20%
R=52.55%
G=27.45%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134705100.480.620.4713.7344.8636.27
Hex8646330303E2Fe2d24
Octal206106630607657165544
Binary10000110100011011001101100001111101011111110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864633; }

 p { color: rgb(134,70,51); }

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

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

 a { background-color: rgb(134,70,51); }

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

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

 span { border-color: rgb(134,70,51); }

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