Html Css Color HEX #808658 Finch

📋 copy color: '#808658'

red 128 ◦ green 134 ◦ blue 88

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

Shades of Finch #808658

Tints of Finch #808658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.29%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 36.57%
G = 38.29%
B = 25.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#808658 (or 0x808658) is known color: Finch. HEX triplet: 80, 86 and 58. RGB value is (128,134,88). Sum of RGB (Red+Green+Blue) = 128+134+88=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 134 - color contains mainly: green. Hex color #808658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808658 is #7F79A7. Grayscale: #7F7F7F. Windows color (decimal): -8354216 or 5801600. OLE color: 5801600.

HSL color Cylindrical-coordinate representation of color #808658: hue angle of 67.83º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #808658 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 88 -
CMYK 0.04 0 0.34 0.47
HSL 67.83º 0.21% 0.44% -
HSV(B) 67.83º 0.34% 0.53% -
XYZ 19.19 22.34 12.53 -
YUV 126.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 128 134 88 0.04 0 0.34 0.47 67.83 0.21 0.44
Hex 80 86 58 4 0 22 2F 44 15 2C
Octal 200 206 130 4 0 42 57 104 25 54
Binary 10000000 10000110 1011000 100 0 100010 101111 1000100 10101 101100

Color Harmonies of #808658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808658

Black with #808658

Text Example


Text Example

White with #808658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808658; }

 p { color: rgb(128,134,88); }

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

background-color css

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

 a { background-color: rgb(128,134,88); }

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

border-color css

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

 span { border-color: rgb(128,134,88); }

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