#86874F

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

Shades of Kokoda #86874F

Tints of Kokoda #86874F

Color information

#86874F (or 0x86874F) is unknown color: approx Kokoda. HEX triplet: 86, 87 and 4F. RGB value is (134,135,79). Sum of RGB (Red+Green+Blue) = 134+135+79=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #86874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86874F is #7978B0. Grayscale: #808080. Windows color (decimal): -7960753 or 5212038. OLE color: 5212038.

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

Color convert

RGB13413579-
CMYK0.0100.410.47
HSL61.07º26.17%41.96%-
HSV(B)61.07º41.48%52.94%-
XYZ19.9122.9610.78-
YUV128.32100.17132.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=38.51%
G=38.79%
B=22.70%

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
Decimal134135790.0100.410.4761.0726.1741.96
Hex86874F10292F3d1a2a
Octal206207117105157753252
Binary100001101000011110011111010100110111111110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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