#848655

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

Shades of Kokoda #848655

Tints of Kokoda #848655

Color information

#848655 (or 0x848655) is unknown color: approx Kokoda. HEX triplet: 84, 86 and 55. RGB value is (132,134,85). Sum of RGB (Red+Green+Blue) = 132+134+85=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #848655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848655 is #7B79AA. Grayscale: #808080. Windows color (decimal): -8092075 or 5604996. OLE color: 5604996.

HSL color Cylindrical-coordinate representation of color #848655: hue angle of 62.45º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #848655 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB13213485-
CMYK0.0100.370.47
HSL62.45º22.37%42.94%-
HSV(B)62.45º36.57%52.55%-
XYZ19.6822.6111.92-
YUV127.82103.84130.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=37.61%
G=38.18%
B=24.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134850.0100.370.4762.4522.3742.94
Hex84865510252F3e162b
Octal204206125104557762653
Binary100001001000011010101011010010110111111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848655; }

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

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

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

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

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

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

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

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