#868650

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

Shades of Kokoda #868650

Tints of Kokoda #868650

Color information

#868650 (or 0x868650) is unknown color: approx Kokoda. HEX triplet: 86, 86 and 50. RGB value is (134,134,80). Sum of RGB (Red+Green+Blue) = 134+134+80=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868650 is #7979AF. Grayscale: #808080. Windows color (decimal): -7961008 or 5277318. OLE color: 5277318.

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

Color convert

RGB13413480-
CMYK000.400.47
HSL60º25.23%41.96%-
HSV(B)60º40.3%52.55%-
XYZ19.822.710.93-
YUV127.84101132.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=38.51%
G=38.51%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13413480000.400.476025.2341.96
Hex86865000282F3c192a
Octal206206120005057743152
Binary100001101000011010100000010100010111111110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868650; }

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

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

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

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

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

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

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

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