Html Css Color HEX #808456 Finch

📋 copy color: '#808456'

red 128 ◦ green 132 ◦ blue 86

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

Shades of Finch #808456

Tints of Finch #808456

RGB

 RED value IS 128 (50.39% from 255) = 36.99%

 GREEN value IS 132 (51.95% from 255) = 38.15%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 36.99%
G = 38.15%
B = 24.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#808456 (or 0x808456) is known color: Finch. HEX triplet: 80, 84 and 56. RGB value is (128,132,86). Sum of RGB (Red+Green+Blue) = 128+132+86=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #808456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808456 is #7F7BA9. Grayscale: #7D7D7D. Windows color (decimal): -8354730 or 5670016. OLE color: 5670016.

HSL color Cylindrical-coordinate representation of color #808456: hue angle of 65.22º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808456 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 86 -
CMYK 0.03 0 0.35 0.48
HSL 65.22º 0.21% 0.43% -
HSV(B) 65.22º 0.35% 0.52% -
XYZ 18.83 21.76 12.01 -
YUV 125.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 128 132 86 0.03 0 0.35 0.48 65.22 0.21 0.43
Hex 80 84 56 3 0 23 30 41 15 2B
Octal 200 204 126 3 0 43 60 101 25 53
Binary 10000000 10000100 1010110 11 0 100011 110000 1000001 10101 101011

Color Harmonies of #808456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808456

Black with #808456

Text Example


Text Example

White with #808456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808456; }

 p { color: rgb(128,132,86); }

 H1.HeaderClassName
 {
   color: #808456;
 }
 .AnyTagClassName
 {
   color: #808456;
 }
</style>

background-color css

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

 a { background-color: rgb(128,132,86); }

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

border-color css

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

 span { border-color: rgb(128,132,86); }

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