#838B69

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

Shades of Bitter #838B69

Tints of Bitter #838B69

Color information

#838B69 (or 0x838B69) is unknown color: approx Bitter. HEX triplet: 83, 8B and 69. RGB value is (131,139,105). Sum of RGB (Red+Green+Blue) = 131+139+105=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #838B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B69 is #7C7496. Grayscale: #848484. Windows color (decimal): -8156311 or 6916995. OLE color: 6916995.

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

Color convert

RGB131139105-
CMYK0.0600.240.45
HSL74.12º13.93%47.84%-
HSV(B)74.12º24.46%54.51%-
XYZ21.1424.3116.94-
YUV132.73112.35126.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 139 (54.69% from 255) = 37.07%
BLUE value IS 105 (41.41% from 255) = 28%
R=34.93%
G=37.07%
B=28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311391050.0600.240.4574.1213.9347.84
Hex838B6960182D4ae30
Octal2032131516030551121660
Binary1000001110001011110100111001100010110110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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