Html Css Color HEX #829568 Highland

📋 copy color: '#829568'

red 130 ◦ green 149 ◦ blue 104

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

Shades of Highland #829568

Tints of Highland #829568

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

 BLUE value IS 104 (41.02% from 255) = 27.15%

R = 33.94%
G = 38.9%
B = 27.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#829568 (or 0x829568) is known color: Highland. HEX triplet: 82, 95 and 68. RGB value is (130,149,104). Sum of RGB (Red+Green+Blue) = 130+149+104=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 149 - color contains mainly: green. Hex color #829568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #829568 is #7D6A97. Grayscale: #8A8A8A. Windows color (decimal): -8219288 or 6854018. OLE color: 6854018.

HSL color Cylindrical-coordinate representation of color #829568: hue angle of 85.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #829568 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 149 104 -
CMYK 0.13 0 0.30 0.42
HSL 85.33º 0.18% 0.5% -
HSV(B) 85.33º 0.3% 0.58% -
XYZ 22.45 27.24 17.17 -
YUV 138.19 108.71 122.16 -
System Red Green Blue C M Y K H S L
Decimal 130 149 104 0.13 0 0.30 0.42 85.33 0.18 0.5
Hex 82 95 68 D 0 1E 2A 55 12 32
Octal 202 225 150 15 0 36 52 125 22 62
Binary 10000010 10010101 1101000 1101 0 11110 101010 1010101 10010 110010

Color Harmonies of #829568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829568

Black with #829568

Text Example


Text Example

White with #829568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829568; }

 p { color: rgb(130,149,104); }

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

background-color css

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

 a { background-color: rgb(130,149,104); }

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

border-color css

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

 span { border-color: rgb(130,149,104); }

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