Html Css Color HEX #818361 Bitter

📋 copy color: '#818361'

red 129 ◦ green 131 ◦ blue 97

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

Shades of Bitter #818361

Tints of Bitter #818361

RGB

 RED value IS 129 (50.78% from 255) = 36.13%

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 36.13%
G = 36.69%
B = 27.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#818361 (or 0x818361) is known color: Bitter. HEX triplet: 81, 83 and 61. RGB value is (129,131,97). Sum of RGB (Red+Green+Blue) = 129+131+97=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #818361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818361 is #7E7C9E. Grayscale: #7E7E7E. Windows color (decimal): -8289439 or 6390657. OLE color: 6390657.

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

Color convert

RGB 129 131 97 -
CMYK 0.02 0 0.26 0.49
HSL 63.53º 0.15% 0.45% -
HSV(B) 63.53º 0.26% 0.51% -
XYZ 19.33 21.76 14.49 -
YUV 126.53 111.34 129.76 -
System Red Green Blue C M Y K H S L
Decimal 129 131 97 0.02 0 0.26 0.49 63.53 0.15 0.45
Hex 81 83 61 2 0 1A 31 40 F 2D
Octal 201 203 141 2 0 32 61 100 17 55
Binary 10000001 10000011 1100001 10 0 11010 110001 1000000 1111 101101

Color Harmonies of #818361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818361

Black with #818361

Text Example


Text Example

White with #818361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818361; }

 p { color: rgb(129,131,97); }

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

background-color css

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

 a { background-color: rgb(129,131,97); }

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

border-color css

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

 span { border-color: rgb(129,131,97); }

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