Html Css Color HEX #828658 Finch

📋 copy color: '#828658'

red 130 ◦ green 134 ◦ blue 88

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

Shades of Finch #828658

Tints of Finch #828658

RGB

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

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

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

R = 36.93%
G = 38.07%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#828658 (or 0x828658) is known color: Finch. HEX triplet: 82, 86 and 58. RGB value is (130,134,88). Sum of RGB (Red+Green+Blue) = 130+134+88=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #828658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828658 is #7D79A7. Grayscale: #7F7F7F. Windows color (decimal): -8223144 or 5801602. OLE color: 5801602.

HSL color Cylindrical-coordinate representation of color #828658: hue angle of 65.22º 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 #828658 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 134 88 -
CMYK 0.03 0 0.34 0.47
HSL 65.22º 0.21% 0.44% -
HSV(B) 65.22º 0.34% 0.53% -
XYZ 19.49 22.5 12.55 -
YUV 127.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 130 134 88 0.03 0 0.34 0.47 65.22 0.21 0.44
Hex 82 86 58 3 0 22 2F 41 15 2C
Octal 202 206 130 3 0 42 57 101 25 54
Binary 10000010 10000110 1011000 11 0 100010 101111 1000001 10101 101100

Color Harmonies of #828658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828658

Black with #828658

Text Example


Text Example

White with #828658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828658; }

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

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

background-color css

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

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

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

border-color css

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

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

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