Html Css Color HEX #564628 Punga

📋 copy color: '#564628'

red 86 ◦ green 70 ◦ blue 40

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

Shades of Punga #564628

Tints of Punga #564628

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

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 86 70 40 -
CMYK 0 0.19 0.53 0.66
HSL 39.13º 0.37% 0.25% -
HSV(B) 39.13º 0.53% 0.34% -
XYZ 6.41 6.51 2.93 -
YUV 71.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 86 70 40 0 0.19 0.53 0.66 39.13 0.37 0.25
Hex 56 46 28 0 13 35 42 27 25 19
Octal 126 106 50 0 23 65 102 47 45 31
Binary 1010110 1000110 101000 0 10011 110101 1000010 100111 100101 11001

Color Harmonies of #564628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564628

Black with #564628

Text Example


Text Example

White with #564628

Text Example


Text Example

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