Html Css Color HEX #827661 Stonewall

📋 copy color: '#827661'

red 130 ◦ green 118 ◦ blue 97

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

Shades of Stonewall #827661

Tints of Stonewall #827661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 97 (38.28% from 255) = 28.12%

R = 37.68%
G = 34.2%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827661 (or 0x827661) is known color: Stonewall. HEX triplet: 82, 76 and 61. RGB value is (130,118,97). Sum of RGB (Red+Green+Blue) = 130+118+97=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #827661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827661 is #7D899E. Grayscale: #777777. Windows color (decimal): -8227231 or 6387330. OLE color: 6387330.

HSL color Cylindrical-coordinate representation of color #827661: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #827661 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 118 97 -
CMYK 0 0.09 0.25 0.49
HSL 38.18º 0.15% 0.45% -
HSV(B) 38.18º 0.25% 0.51% -
XYZ 17.84 18.57 13.95 -
YUV 119.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 130 118 97 0 0.09 0.25 0.49 38.18 0.15 0.45
Hex 82 76 61 0 9 19 31 26 F 2D
Octal 202 166 141 0 11 31 61 46 17 55
Binary 10000010 1110110 1100001 0 1001 11001 110001 100110 1111 101101

Color Harmonies of #827661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827661

Black with #827661

Text Example


Text Example

White with #827661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827661; }

 p { color: rgb(130,118,97); }

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

background-color css

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

 a { background-color: rgb(130,118,97); }

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

border-color css

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

 span { border-color: rgb(130,118,97); }

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