Html Css Color HEX #829671 Highland

📋 copy color: '#829671'

red 130 ◦ green 150 ◦ blue 113

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

Shades of Highland #829671

Tints of Highland #829671

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 113 (44.53% from 255) = 28.75%

R = 33.08%
G = 38.17%
B = 28.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#829671 (or 0x829671) is known color: Highland. HEX triplet: 82, 96 and 71. RGB value is (130,150,113). Sum of RGB (Red+Green+Blue) = 130+150+113=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #829671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829671 is #7D698E. Grayscale: #8B8B8B. Windows color (decimal): -8219023 or 7444098. OLE color: 7444098.

HSL color Cylindrical-coordinate representation of color #829671: hue angle of 92.43º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #829671 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 130 150 113 -
CMYK 0.13 0 0.25 0.41
HSL 92.43º 0.15% 0.52% -
HSV(B) 92.43º 0.25% 0.59% -
XYZ 23.09 27.75 19.76 -
YUV 139.8 112.87 121.01 -
System Red Green Blue C M Y K H S L
Decimal 130 150 113 0.13 0 0.25 0.41 92.43 0.15 0.52
Hex 82 96 71 D 0 19 29 5C F 34
Octal 202 226 161 15 0 31 51 134 17 64
Binary 10000010 10010110 1110001 1101 0 11001 101001 1011100 1111 110100

Color Harmonies of #829671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829671

Black with #829671

Text Example


Text Example

White with #829671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829671; }

 p { color: rgb(130,150,113); }

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

background-color css

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

 a { background-color: rgb(130,150,113); }

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

border-color css

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

 span { border-color: rgb(130,150,113); }

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