#838469

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

Shades of Bitter #838469

Tints of Bitter #838469

Color information

#838469 (or 0x838469) is unknown color: approx Bitter. HEX triplet: 83, 84 and 69. RGB value is (131,132,105). Sum of RGB (Red+Green+Blue) = 131+132+105=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #838469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838469 is #7C7B96. Grayscale: #808080. Windows color (decimal): -8158103 or 6915203. OLE color: 6915203.

HSL color Cylindrical-coordinate representation of color #838469: hue angle of 62.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838469 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB131132105-
CMYK0.0100.200.48
HSL62.22º11.39%46.47%-
HSV(B)62.22º20.45%51.76%-
XYZ20.1622.3516.62-
YUV128.62114.67129.7-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=35.60%
G=35.87%
B=28.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1311321050.0100.200.4862.2211.3946.47
Hex8384691014303eb2e
Octal203204151102460761356
Binary1000001110000100110100110101001100001111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838469; }

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

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

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

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

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

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

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

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