#838C69

Color #838C69 Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #838C69

Tints of Bitter #838C69

Color information

#838C69 (or 0x838C69) is unknown color: approx Bitter. HEX triplet: 83, 8C and 69. RGB value is (131,140,105). Sum of RGB (Red+Green+Blue) = 131+140+105=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #838C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C69 is #7C7396. Grayscale: #858585. Windows color (decimal): -8156055 or 6917251. OLE color: 6917251.

HSL color Cylindrical-coordinate representation of color #838C69: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838C69 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB131140105-
CMYK0.0600.250.45
HSL75.43º14.29%48.04%-
HSV(B)75.43º25%54.9%-
XYZ21.2924.616.99-
YUV133.32112.02126.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.84%
GREEN value IS 140 (55.08% from 255) = 37.23%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=34.84%
G=37.23%
B=27.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311401050.0600.250.4575.4314.2948.04
Hex838C6960192D4be30
Octal2032141516031551131660
Binary1000001110001100110100111001100110110110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838C69; }

 p { color: rgb(131,140,105); }

 H1.HeaderClassName
 {
   color: #838C69;
 }
 .AnyTagClassName
 {
   color: #838C69;
 }
</style>
background-color css

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

 a { background-color: rgb(131,140,105); }

 div.DivClassName
 {
   background-color: #838C69;
 }
 .BgClassName
 {
   background-color: #838C69;
 }
</style>
border-color css

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

 span { border-color: rgb(131,140,105); }

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