Html Css Color HEX #818A63 Bitter

📋 copy color: '#818A63'

red 129 ◦ green 138 ◦ blue 99

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

Shades of Bitter #818A63

Tints of Bitter #818A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.7%

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

R = 35.25%
G = 37.7%
B = 27.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#818A63 (or 0x818A63) is known color: Bitter. HEX triplet: 81, 8A and 63. RGB value is (129,138,99). Sum of RGB (Red+Green+Blue) = 129+138+99=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 138 - color contains mainly: green. Hex color #818A63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A63 is #7E759C. Grayscale: #838383. Windows color (decimal): -8287645 or 6523521. OLE color: 6523521.

HSL color Cylindrical-coordinate representation of color #818A63: hue angle of 73.85º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #818A63 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 138 99 -
CMYK 0.07 0 0.28 0.46
HSL 73.85º 0.16% 0.46% -
HSV(B) 73.85º 0.28% 0.54% -
XYZ 20.39 23.74 15.31 -
YUV 130.86 110.02 126.67 -
System Red Green Blue C M Y K H S L
Decimal 129 138 99 0.07 0 0.28 0.46 73.85 0.16 0.46
Hex 81 8A 63 7 0 1C 2E 4A 10 2E
Octal 201 212 143 7 0 34 56 112 20 56
Binary 10000001 10001010 1100011 111 0 11100 101110 1001010 10000 101110

Color Harmonies of #818A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A63

Black with #818A63

Text Example


Text Example

White with #818A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818A63; }

 p { color: rgb(129,138,99); }

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

background-color css

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

 a { background-color: rgb(129,138,99); }

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

border-color css

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

 span { border-color: rgb(129,138,99); }

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