#564629

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

Shades of Punga #564629

Tints of Punga #564629

Color information

#564629 (or 0x564629) is unknown color: approx Punga. HEX triplet: 56, 46 and 29. RGB value is (86,70,41). Sum of RGB (Red+Green+Blue) = 86+70+41=197 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.65% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 86 - color contains mainly: red. Hex color #564629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564629 is #A9B9D6. Grayscale: #474747. Windows color (decimal): -11123159 or 2704982. OLE color: 2704982.

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

Color convert

RGB867041-
CMYK00.190.520.66
HSL38.67º35.43%24.9%-
HSV(B)38.67º52.33%33.73%-
XYZ6.436.523.02-
YUV71.48110.8138.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.65%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=43.65%
G=35.53%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86704100.190.520.6638.6735.4324.9
Hex5646290133442272319
Octal1261065102364102474331
Binary10101101000110101001010011110100100001010011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564629; }

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

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

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

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

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

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

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

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