Html Css Color HEX #828654 Finch

📋 copy color: '#828654'

red 130 ◦ green 134 ◦ blue 84

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

Shades of Finch #828654

Tints of Finch #828654

RGB

 RED value IS 130 (51.17% from 255) = 37.36%

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 37.36%
G = 38.51%
B = 24.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#828654 (or 0x828654) is known color: Finch. HEX triplet: 82, 86 and 54. RGB value is (130,134,84). Sum of RGB (Red+Green+Blue) = 130+134+84=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #828654 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828654 is #7D79AB. Grayscale: #7F7F7F. Windows color (decimal): -8223148 or 5539458. OLE color: 5539458.

HSL color Cylindrical-coordinate representation of color #828654: hue angle of 64.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #828654 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 84 -
CMYK 0.03 0 0.37 0.47
HSL 64.8º 0.23% 0.43% -
HSV(B) 64.8º 0.37% 0.53% -
XYZ 19.33 22.44 11.7 -
YUV 127.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 130 134 84 0.03 0 0.37 0.47 64.8 0.23 0.43
Hex 82 86 54 3 0 25 2F 41 17 2B
Octal 202 206 124 3 0 45 57 101 27 53
Binary 10000010 10000110 1010100 11 0 100101 101111 1000001 10111 101011

Color Harmonies of #828654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828654

Black with #828654

Text Example


Text Example

White with #828654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828654; }

 p { color: rgb(130,134,84); }

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

background-color css

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

 a { background-color: rgb(130,134,84); }

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

border-color css

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

 span { border-color: rgb(130,134,84); }

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