#807C61

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

Shades of Kokoda #807C61

Tints of Kokoda #807C61

Color information

#807C61 (or 0x807C61) is unknown color: approx Kokoda. HEX triplet: 80, 7C and 61. RGB value is (128,124,97). Sum of RGB (Red+Green+Blue) = 128+124+97=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C61 is #7F839E. Grayscale: #7A7A7A. Windows color (decimal): -8356767 or 6388864. OLE color: 6388864.

HSL color Cylindrical-coordinate representation of color #807C61: hue angle of 52.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807C61 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB12812497-
CMYK00.030.240.50
HSL52.26º13.78%44.12%-
HSV(B)52.26º24.22%50.2%-
XYZ18.2719.8714.18-
YUV122.12113.83132.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.68%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 97 (38.28% from 255) = 27.79%
R=36.68%
G=35.53%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281249700.030.240.5052.2613.7844.12
Hex807C6103183234e2c
Octal200174141033062641654
Binary1000000011111001100001011110001100101101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807C61; }

 p { color: rgb(128,124,97); }

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

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

 a { background-color: rgb(128,124,97); }

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

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

 span { border-color: rgb(128,124,97); }

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