Html Css Color HEX #808652 Finch

📋 copy color: '#808652'

red 128 ◦ green 134 ◦ blue 82

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

Shades of Finch #808652

Tints of Finch #808652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.84%

R = 37.21%
G = 38.95%
B = 23.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#808652 (or 0x808652) is known color: Finch. HEX triplet: 80, 86 and 52. RGB value is (128,134,82). Sum of RGB (Red+Green+Blue) = 128+134+82=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #808652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808652 is #7F79AD. Grayscale: #7E7E7E. Windows color (decimal): -8354222 or 5408384. OLE color: 5408384.

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

Color convert

RGB 128 134 82 -
CMYK 0.04 0 0.39 0.47
HSL 66.92º 0.24% 0.42% -
HSV(B) 66.92º 0.39% 0.53% -
XYZ 18.95 22.25 11.28 -
YUV 126.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 128 134 82 0.04 0 0.39 0.47 66.92 0.24 0.42
Hex 80 86 52 4 0 27 2F 43 18 2A
Octal 200 206 122 4 0 47 57 103 30 52
Binary 10000000 10000110 1010010 100 0 100111 101111 1000011 11000 101010

Color Harmonies of #808652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808652

Black with #808652

Text Example


Text Example

White with #808652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808652; }

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

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

background-color css

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

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

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

border-color css

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

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

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