#868550

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

Shades of Kokoda #868550

Tints of Kokoda #868550

Color information

#868550 (or 0x868550) is unknown color: approx Kokoda. HEX triplet: 86, 85 and 50. RGB value is (134,133,80). Sum of RGB (Red+Green+Blue) = 134+133+80=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #868550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868550 is #797AAF. Grayscale: #7F7F7F. Windows color (decimal): -7961264 or 5277062. OLE color: 5277062.

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

Color convert

RGB13413380-
CMYK00.010.400.47
HSL58.89º25.23%41.96%-
HSV(B)58.89º40.3%52.55%-
XYZ19.6722.4210.88-
YUV127.26101.33132.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=38.62%
G=38.33%
B=23.05%

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
Decimal1341338000.010.400.4758.8925.2341.96
Hex86855001282F3b192a
Octal206205120015057733152
Binary100001101000010110100000110100010111111101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868550; }

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

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

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

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

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

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

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

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