#564628

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

Shades of Punga #564628

Tints of Punga #564628

Color information

#564628 (or 0x564628) is unknown color: approx Punga. HEX triplet: 56, 46 and 28. RGB value is (86,70,40). Sum of RGB (Red+Green+Blue) = 86+70+40=196 (25% of max value = 765). Red value is 86 (33.98% from 255 or 43.88% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 86 - color contains mainly: red. Hex color #564628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564628 is #A9B9D7. Grayscale: #474747. Windows color (decimal): -11123160 or 2639446. OLE color: 2639446.

HSL color Cylindrical-coordinate representation of color #564628: hue angle of 39.13º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #564628 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB867040-
CMYK00.190.530.66
HSL39.13º36.51%24.71%-
HSV(B)39.13º53.49%33.73%-
XYZ6.416.512.93-
YUV71.36110.3138.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.88%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=43.88%
G=35.71%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86704000.190.530.6639.1336.5124.71
Hex5646280133542272519
Octal1261065002365102474531
Binary10101101000110101000010011110101100001010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564628; }

 p { color: rgb(86,70,40); }

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

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

 a { background-color: rgb(86,70,40); }

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

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

 span { border-color: rgb(86,70,40); }

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