#838C68

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

Shades of Bitter #838C68

Tints of Bitter #838C68

Color information

#838C68 (or 0x838C68) is unknown color: approx Bitter. HEX triplet: 83, 8C and 68. RGB value is (131,140,104). Sum of RGB (Red+Green+Blue) = 131+140+104=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #838C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C68 is #7C7397. Grayscale: #858585. Windows color (decimal): -8156056 or 6851715. OLE color: 6851715.

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

Color convert

RGB131140104-
CMYK0.0600.260.45
HSL75º14.75%47.84%-
HSV(B)75º25.71%54.9%-
XYZ21.2424.5816.72-
YUV133.2111.52126.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.93%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 104 (41.02% from 255) = 27.73%
R=34.93%
G=37.33%
B=27.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311401040.0600.260.457514.7547.84
Hex838C68601A2D4bf30
Octal2032141506032551131760
Binary1000001110001100110100011001101010110110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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