#868238

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

Shades of Highball #868238

Tints of Highball #868238

Color information

#868238 (or 0x868238) is unknown color: approx Highball. HEX triplet: 86, 82 and 38. RGB value is (134,130,56). Sum of RGB (Red+Green+Blue) = 134+130+56=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #868238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868238 is #797DC7. Grayscale: #7B7B7B. Windows color (decimal): -7962056 or 3703430. OLE color: 3703430.

HSL color Cylindrical-coordinate representation of color #868238: hue angle of 56.92º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #868238 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB13413056-
CMYK00.030.580.47
HSL56.92º41.05%37.25%-
HSV(B)56.92º58.21%52.55%-
XYZ18.5321.326.88-
YUV122.7690.33136.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 56 (22.27% from 255) = 17.5%
R=41.88%
G=40.62%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341305600.030.580.4756.9241.0537.25
Hex868238033A2F392925
Octal20620270037257715145
Binary1000011010000010111000011111010101111111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868238; }

 p { color: rgb(134,130,56); }

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

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

 a { background-color: rgb(134,130,56); }

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

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

 span { border-color: rgb(134,130,56); }

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