Html Css Color HEX #564629 Punga

📋 copy color: '#564629'

red 86 ◦ green 70 ◦ blue 41

#564629
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #564629

Tints of Punga #564629

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 value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#564629 (or 0x564629) is known color: 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

RGB 86 70 41 -
CMYK 0 0.19 0.52 0.66
HSL 38.67º 0.35% 0.25% -
HSV(B) 38.67º 0.52% 0.34% -
XYZ 6.43 6.52 3.02 -
YUV 71.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 86 70 41 0 0.19 0.52 0.66 38.67 0.35 0.25
Hex 56 46 29 0 13 34 42 27 23 19
Octal 126 106 51 0 23 64 102 47 43 31
Binary 1010110 1000110 101001 0 10011 110100 1000010 100111 100011 11001

Color Harmonies of #564629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564629

Black with #564629

Text Example


Text Example

White with #564629

Text Example


Text Example

HTML Codes & Css Web 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>