Html Css Color HEX #838C60 Bitter

📋 copy color: '#838C60'

red 131 ◦ green 140 ◦ blue 96

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

Shades of Bitter #838C60

Tints of Bitter #838C60

RGB

 RED value IS 131 (51.56% from 255) = 35.69%

 GREEN value IS 140 (55.08% from 255) = 38.15%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 35.69%
G = 38.15%
B = 26.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#838C60 (or 0x838C60) is known color: Bitter. HEX triplet: 83, 8C and 60. RGB value is (131,140,96). Sum of RGB (Red+Green+Blue) = 131+140+96=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 140 - color contains mainly: green. Hex color #838C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C60 is #7C739F. Grayscale: #848484. Windows color (decimal): -8156064 or 6327427. OLE color: 6327427.

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

Color convert

RGB 131 140 96 -
CMYK 0.06 0 0.31 0.45
HSL 72.27º 0.19% 0.46% -
HSV(B) 72.27º 0.31% 0.55% -
XYZ 20.85 24.43 14.68 -
YUV 132.29 107.52 127.08 -
System Red Green Blue C M Y K H S L
Decimal 131 140 96 0.06 0 0.31 0.45 72.27 0.19 0.46
Hex 83 8C 60 6 0 1F 2D 48 13 2E
Octal 203 214 140 6 0 37 55 110 23 56
Binary 10000011 10001100 1100000 110 0 11111 101101 1001000 10011 101110

Color Harmonies of #838C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C60

Black with #838C60

Text Example


Text Example

White with #838C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #838C60;
 }
 .AnyTagClassName
 {
   color: #838C60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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