#868551

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

Shades of Kokoda #868551

Tints of Kokoda #868551

Color information

#868551 (or 0x868551) is unknown color: approx Kokoda. HEX triplet: 86, 85 and 51. RGB value is (134,133,81). Sum of RGB (Red+Green+Blue) = 134+133+81=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #868551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868551 is #797AAE. Grayscale: #7F7F7F. Windows color (decimal): -7961263 or 5342598. OLE color: 5342598.

HSL color Cylindrical-coordinate representation of color #868551: hue angle of 58.87º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #868551 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13413381-
CMYK00.010.400.47
HSL58.87º24.65%42.16%-
HSV(B)58.87º39.55%52.55%-
XYZ19.722.4411.08-
YUV127.37101.83132.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 81 (32.03% from 255) = 23.28%
R=38.51%
G=38.22%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341338100.010.400.4758.8724.6542.16
Hex86855101282F3b192a
Octal206205121015057733152
Binary100001101000010110100010110100010111111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868551; }

 p { color: rgb(134,133,81); }

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

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

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

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

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

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

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