#84864F

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

Shades of Kokoda #84864F

Tints of Kokoda #84864F

Color information

#84864F (or 0x84864F) is unknown color: approx Kokoda. HEX triplet: 84, 86 and 4F. RGB value is (132,134,79). Sum of RGB (Red+Green+Blue) = 132+134+79=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #84864F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84864F is #7B79B0. Grayscale: #7F7F7F. Windows color (decimal): -8092081 or 5211780. OLE color: 5211780.

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

Color convert

RGB13213479-
CMYK0.0100.410.47
HSL62.18º25.82%41.76%-
HSV(B)62.18º41.04%52.55%-
XYZ19.4522.5210.72-
YUV127.13100.84131.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=38.26%
G=38.84%
B=22.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134790.0100.410.4762.1825.8241.76
Hex84864F10292F3e1a2a
Octal204206117105157763252
Binary100001001000011010011111010100110111111111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84864F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84864F; }

 p { color: rgb(132,134,79); }

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

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

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

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

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

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

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