Html Css Color HEX #839063 Highland

📋 copy color: '#839063'

red 131 ◦ green 144 ◦ blue 99

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

Shades of Highland #839063

Tints of Highland #839063

RGB

 RED value IS 131 (51.56% from 255) = 35.03%

 GREEN value IS 144 (56.64% from 255) = 38.5%

 BLUE value IS 99 (39.06% from 255) = 26.47%

R = 35.03%
G = 38.5%
B = 26.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#839063 (or 0x839063) is known color: Highland. HEX triplet: 83, 90 and 63. RGB value is (131,144,99). Sum of RGB (Red+Green+Blue) = 131+144+99=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 144 - color contains mainly: green. Hex color #839063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #839063 is #7C6F9C. Grayscale: #878787. Windows color (decimal): -8155037 or 6525059. OLE color: 6525059.

HSL color Cylindrical-coordinate representation of color #839063: hue angle of 77.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839063 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 99 -
CMYK 0.09 0 0.31 0.44
HSL 77.33º 0.19% 0.48% -
HSV(B) 77.33º 0.31% 0.56% -
XYZ 21.59 25.67 15.62 -
YUV 134.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 131 144 99 0.09 0 0.31 0.44 77.33 0.19 0.48
Hex 83 90 63 9 0 1F 2C 4D 13 30
Octal 203 220 143 11 0 37 54 115 23 60
Binary 10000011 10010000 1100011 1001 0 11111 101100 1001101 10011 110000

Color Harmonies of #839063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839063

Black with #839063

Text Example


Text Example

White with #839063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839063; }

 p { color: rgb(131,144,99); }

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

background-color css

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

 a { background-color: rgb(131,144,99); }

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

border-color css

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

 span { border-color: rgb(131,144,99); }

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