#864236

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

Shades of Prairie Sand #864236

Tints of Prairie Sand #864236

Color information

#864236 (or 0x864236) is unknown color: approx Prairie Sand. HEX triplet: 86, 42 and 36. RGB value is (134,66,54). Sum of RGB (Red+Green+Blue) = 134+66+54=254 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.76% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 134 - color contains mainly: red. Hex color #864236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864236 is #79BDC9. Grayscale: #555555. Windows color (decimal): -7978442 or 3555974. OLE color: 3555974.

HSL color Cylindrical-coordinate representation of color #864236: hue angle of 9º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #864236 is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1346654-
CMYK00.510.600.47
HSL42.55%36.86%-
HSV(B)59.7%52.55%-
XYZ12.459.234.62-
YUV84.96110.53162.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.76%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=52.76%
G=25.98%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134665400.510.600.47942.5536.86
Hex8642360333C2F92b25
Octal206102660637457115345
Binary10000110100001011011001100111111001011111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864236; }

 p { color: rgb(134,66,54); }

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

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

 a { background-color: rgb(134,66,54); }

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

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

 span { border-color: rgb(134,66,54); }

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