#868633

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

Shades of Wasabi #868633

Tints of Wasabi #868633

Color information

#868633 (or 0x868633) is unknown color: approx Wasabi. HEX triplet: 86, 86 and 33. RGB value is (134,134,51). Sum of RGB (Red+Green+Blue) = 134+134+51=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868633 is #7979CC. Grayscale: #7C7C7C. Windows color (decimal): -7961037 or 3376774. OLE color: 3376774.

HSL color Cylindrical-coordinate representation of color #868633: hue angle of 60º 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 #868633 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB13413451-
CMYK000.620.47
HSL60º44.86%36.27%-
HSV(B)60º61.94%52.55%-
XYZ18.9522.366.45-
YUV124.5486.5134.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 51 (20.31% from 255) = 15.99%
R=42.01%
G=42.01%
B=15.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413451000.620.476044.8636.27
Hex868633003E2F3c2d24
Octal20620663007657745544
Binary100001101000011011001100111110101111111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868633; }

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

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

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

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

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

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

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

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